---
title: "List Llm Proxy Requests"
method: GET
path: "/developer/llm-proxy-requests"
tags: ["Developer", "Developer - LLM Proxy"]
---

# List Llm Proxy Requests

`GET /developer/llm-proxy-requests`

Recent proxy requests, newest first. Explicit columns only — no bodies.

## Query parameters

- `vapi_call_id` string, nullable
- `call_id` string, uuid, nullable
- `outcome` string, nullable
- `winner` string, nullable
- `has_error` boolean, nullable
- `min_total_ms` number, nullable
- `time_range` '1h' | '24h' | '7d' | '30d' | 'all'
- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- LLMProxyRequestListResponse
  - `items` LLMProxyRequestItem[]
    - `request_id` string, required
    - `vapi_call_id` string, nullable
    - `call_id` string, uuid, nullable
    - `customer_id` string, uuid, nullable
    - `logged_at` string, date-time, required
    - `outcome` string, nullable
    - `winner` string, nullable
    - `winner_ttft_ms` number, nullable
    - `total_ms` number, nullable
    - `stream_duration_ms` number, nullable
    - `assistant_hint` string, nullable
    - `requested_model` string, nullable
    - `n_messages` integer, nullable
    - `n_tools` integer, nullable
    - `output_chunks` integer, nullable
    - `output_chars` integer, nullable
    - `finish_reason` string, nullable
    - `stop_reason` string, nullable
    - `tool_names` string[], nullable
    - `error` string, nullable
    - `anthropic_ttft_ms` number, nullable
    - `bedrock_ttft_ms` number, nullable
    - `anthropic_error_kind` string, nullable
    - `bedrock_error_kind` string, nullable
    - `image_tag` string, nullable
    - `ecs_task_id` string, nullable
    - `prewarm_ok` boolean, nullable
    - `has_bodies` boolean — Whether a bodies line was imported for this request
    - `request_seq` integer, nullable
  - `total` integer — Total matching rows, ignoring pagination

## 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)
