cURL
Extract
List Extracts
List all extracts with status. Shows all extract jobs, their current status, and when they were created.
GET
cURL
Request
Your API key for authentication
Query Parameters
Filter executions by status. Possible values:
"processing", "completed", "failed"Note: If not provided, all executions are returned regardless of status.Status Values:"processing"- Executions that are currently running or waiting to start (includespendingandrunningstates)"completed"- Executions that finished successfully"failed"- Executions that failed or were aborted
Number of executions to return (minimum: 1, maximum: 100, default: 20)Note: Executions are returned in reverse chronological order (most recent first).
Response
Array of execution summary objects
Pagination metadata
Response metadata (currently empty for this endpoint)
cURL