GET
/
local-testing-only-get-latest-logged-call
curl --request GET \
  --url https://api.openpipe.ai/api/v1/local-testing-only-get-latest-logged-call \
  --header 'Authorization: Bearer <token>'
{
  "createdAt": "2023-11-07T05:31:56Z",
  "cacheHit": true,
  "statusCode": 123,
  "errorMessage": "<string>",
  "reqPayload": "<any>",
  "respPayload": "<any>",
  "tags": {},
  "metadata": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

Successful response

The response is of type object.

GET
/
local-testing-only-get-latest-logged-call
curl --request GET \
  --url https://api.openpipe.ai/api/v1/local-testing-only-get-latest-logged-call \
  --header 'Authorization: Bearer <token>'
{
  "createdAt": "2023-11-07T05:31:56Z",
  "cacheHit": true,
  "statusCode": 123,
  "errorMessage": "<string>",
  "reqPayload": "<any>",
  "respPayload": "<any>",
  "tags": {},
  "metadata": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

Successful response

The response is of type object.