v64

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

Export project signals (async)

Enqueues an asynchronous CSV export. The response returns immediately; the download link is emailed to recipient when the file is ready. The recipient must be a member of the requesting organization.

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

Path parameters

projectSlugstring required

Project slug (human-readable identifier)

Project slug (human-readable identifier)

Request body

recipientstring email required

Email address the download link is sent to. Must belong to a member of the requesting organization.

signalIdsstring[]

Restrict the export to this subset of signals. Omit to export every signal in the project.

lifecycleGroup'active' | 'archived'

"active" for unmuted signals; "archived" for muted signals. Omit to include both.

Response

Export enqueued

status'queued' required

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