Skip to main content
GET
cURL
When to use: Monitor all your crawl operations in one place. Use this endpoint to:
  • See all crawl executions you’ve started
  • Filter by status (processing, completed, failed)
  • Track when crawls 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.
number
Number of executions to return (default: 20)Note: Executions are returned in reverse chronological order (most recent first).

Response

array
Array of execution summary objects
cURL