GET
/
local-testing-only-get-latest-logged-call
cURL
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

Successful response

createdAt
string<date-time>
required
cacheHit
boolean
required
statusCode
number | null
required
errorMessage
string | null
required
tags
object
required
metadata
object
required
reqPayload
any
respPayload
any