Skip to main content
GET
cURL
When to use: Monitor all your extraction operations in one place. Use this endpoint to:
  • See all extraction executions you’ve started
  • Filter by status (processing, completed, failed)
  • Track when extraction jobs were initiated
  • Find execution IDs for status checks

Request

string
required
Your API key for authentication

Query Parameters

string
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 (includes pending and running states)
  • "completed" - Executions that finished successfully
  • "failed" - Executions that failed or were aborted
number
Number of executions to return (minimum: 1, maximum: 100, default: 20)Note: Executions are returned in reverse chronological order (most recent first).

Response

array
Array of execution summary objects
object
Pagination metadata
object
Response metadata (currently empty for this endpoint)
cURL