Developer
Developer - LLM Proxy

Get Llm Proxy Request Bodies

The raw Vapi payload, the translated Anthropic body, and the response.

Its own endpoint deliberately: these are caller PII and easily hundreds of KB, so they must never ride along in a list payload. bodies_imported_at set with a null vapi_body means the body was dropped (over the proxy's 256 KB cap) or purged by tasks.purge_llm_proxy_bodies, not that it never existed.

get/developer/llm-proxy-requests/{request_id}/bodies

Path parameters

request_idstring required

Response

Successful Response

request_idstring required
bodies_truncatedboolean
bodies_logged_atstring date-time nullable
vapi_bodyobject nullable
anthropic_bodyobject nullable
response_bodyobject nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.