v64

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-03124241726.5 KB
Traces

Export project traces (async)

Enqueues a CSV export of the traces matched by traces. The export runs asynchronously; a download link is emailed to recipient when the file is ready. The response returns immediately with status = "queued". The recipient must already be a member of the requesting organization.

post/v1/projects/{projectSlug}/traces/export

Path parameters

projectSlugstring required

Project slug (human-readable identifier)

Project slug (human-readable identifier)

Request body

recipientstring email required

Email address the export download link is sent to. Must belong to a member of the requesting organization — otherwise the request is rejected with 400.

Response

Export enqueued

status'queued' required

Always "queued". The CSV is built asynchronously and emailed to recipient when ready.