List exports
GET /v1/exports
List recent export jobs for the authenticated project. Returns the 20 most recent exports.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Exports retrieved successfully
object
object
Export job identifier
Example
01935abc-def0-7123-4567-890abcdef012Project that owns this export
Example
proj_abc123Export job status:
pending: Queued for processingprocessing: Currently generating the CSVcompleted: Ready for downloadfailed: Generation failedexpired: Download link has expired
Example
completedStart of the export time range
Example
2025-12-01T00:00:00ZEnd of the export time range
Example
2025-12-06T23:59:59ZMessage status filter (if specified)
Example
failed_permanentOutbound endpoint ID filter (if specified, stored as UUID)
Example
550e8400-e29b-41d4-a716-446655440000Inbound endpoint ID filter (if specified, when direction=inbound)
Example
01935abc-def0-7123-4567-890abcdef012Export direction
Example
outboundNumber of rows in the export (populated after completion)
Example
5000File size in bytes (populated after completion)
Example
1024000Error description (if failed)
When processing started
Example
2025-12-06T12:00:30ZWhen processing completed
Example
2025-12-06T12:05:00ZWhen the download link expires
Example
2025-12-13T12:05:00ZWhen the export was requested
Example
2025-12-06T12:00:00Zobject
Unique identifier for this request (useful for support)
Example
req_xyz123Example
{ "data": [ { "id": "01935abc-def0-7123-4567-890abcdef012", "project_id": "proj_abc123", "status": "completed", "filter_start_time": "2025-12-01T00:00:00Z", "filter_end_time": "2025-12-06T23:59:59Z", "row_count": 5000, "file_size_bytes": 1024000, "created_at": "2025-12-06T12:00:00Z", "completed_at": "2025-12-06T12:05:00Z", "expires_at": "2025-12-13T12:05:00Z" } ], "meta": { "request_id": "req_xyz123" }}Unauthorized - Invalid or missing API key
object
object
Machine-readable error code
Example
INVALID_REQUESTHuman-readable error message
Example
endpoint must be a valid HTTPS URLobject
Unique identifier for this request (useful for support)
Example
req_xyz123Example
{ "error": { "code": "UNAUTHORIZED", "message": "Invalid or missing API key" }, "meta": { "request_id": "req_xyz123" }}Enter your credentials to populate code examples throughout the docs.