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

Response

array
Array of execution summary objects
object
Pagination information for the response
object
Metadata object (currently empty for this endpoint)
cURL