---
title: "List Distributor Prompts"
method: GET
path: "/api/v1/distributor/prompts"
tags: ["User APIs", "distributor-view"]
---

# List Distributor Prompts

`GET /api/v1/distributor/prompts`

One page of the caller's wholesale clients' MCP prompts.

The email allowlist is derived from the authenticated caller, so ``lpc_id``
can only narrow it. The retention window is resolved on the request session;
the warehouse read then runs in a worker thread on its own Pancake session,
matching the admin observability router.

## Query parameters

- `contract_id` string, uuid, nullable
- `lpc_id` string, uuid, nullable
- `search` string, nullable
- `tool` string, nullable
- `start_date` string, date, nullable
- `end_date` string, date, nullable
- `page` integer
- `page_size` integer

## Response `200`

Successful Response

- DistributorPromptListResponse
  - `items` DistributorPromptRow[], required
    - `trace_id` string, required
    - `session_id` string, required
    - `tool` string, required
    - `created_at` string, required
    - `price` number, nullable
    - `consumption` number, nullable
    - `user_email` string, required
    - `user_name` string
    - `client_name` string
    - `client_id` string
    - `error` string
    - `input_text` string
    - `output` string
  - `total` integer, required
  - `page` integer, required
  - `page_size` integer, required
  - `retention_days` integer, required
  - `window_start` string, date, required
  - `window_end` string, date, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
