APIReference
Exports API
Generated OpenAPI reference for the Exports API surface.
Overview
Exports endpoints are part of the public Everyn API. Self-starting CSV exports. Clients create, poll/list/read, and download ready exports through the API.
Endpoints
The generated OpenAPI component below contains request parameters, request bodies, response bodies, status codes, and schemas for this tag.
Endpoint summary for quick scanning before using the generated reference:
| Method | Path | Summary |
|---|---|---|
GET | /v1/exports | List Exports |
GET | /v1/exports/{export_id} | Get Export |
GET | /v1/exports/{export_id}/download | Download Export |
GET | /v1/runs/{run_id}/exports | List Run Exports |
POST | /v1/runs/{run_id}/exports | Create Export |
Loading API reference...