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>", "tags": {}, "metadata": {}, "reqPayload": "<unknown>", "respPayload": "<unknown>" }
Get the latest logged call (only for local testing)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
Show child attributes