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

# Distributor Prompts Csv

`GET /api/v1/distributor/prompts/csv`

The current filtered view as CSV.

Same scoping and same retention clamp as the table — an export can never
reach rows the table would not show. Streamed in batches so a wide window
does not materialise in memory.

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

## Response `200`

Successful Response

- unknown

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