cURL
Extract
List Products
List all extracts with status. Shows all extract jobs, their current status, and when they were created.
GET
cURL
Organization Scoped: This endpoint only returns executions belonging to your organization. You cannot see executions from other organizations.
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.Number of executions to return (default: 20)Note: Executions are returned in reverse chronological order (most recent first).
Response
Array of execution summary objects
Pagination metadata
Response metadata
cURL