---
title: "Get Llm Proxy Request Bodies"
method: GET
path: "/developer/llm-proxy-requests/{request_id}/bodies"
tags: ["Developer", "Developer - LLM Proxy"]
---

# Get Llm Proxy Request Bodies

`GET /developer/llm-proxy-requests/{request_id}/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.

## Path parameters

- `request_id` string, required

## Response `200`

Successful Response

- LLMProxyRequestBodiesResponse — The three bodies, fetched on demand.
  - `request_id` string, required
  - `bodies_truncated` boolean
  - `bodies_logged_at` string, date-time, nullable
  - `vapi_body` object, nullable
  - `anthropic_body` object, nullable
  - `response_body` object, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
