Run
Retrieves a paginated list of runs for the authenticated user
false110Runs retrieved successfully
Unauthorized - invalid API key
Internal server error
Creates a new run with the specified intent and selected integrations
The intent or goal for the run
Create a summary of the latest sales dataArray of selected customer integration IDs to use for the run, or use ["*"] to include all active integrations
["integration-1","integration-2"]Additional context for the run execution
Focus on Q4 2023 data with regional breakdownThe ID of the user who is initiating the run
user-123Approval strategy for the run
NONEPossible values: The key of the run to repeat
JSON Schema draft 7 schema for the run output format
Pass through data for the run, e.g. credentials for the integrations used in the run
[{"customerIntegrationId":"integration-1","headers":{"Authorization":"Bearer 1234567890"}}]Run successfully created
Invalid request body or parameters
Unauthorized - invalid API key
Approve or deny a run or its individual steps
Approval handled
Invalid request body or parameters
Unauthorized - invalid API key
No content
Retrieves detailed information about a specific run
Unique identifier of the run to retrieve
Run details retrieved successfully
Unauthorized - invalid API key
Run not found
Aborts a running or queued run by its ID
Unique identifier of the run to abort
Run successfully aborted
No content
Unauthorized - invalid API key
Run not found
No content
Establishes a Server-Sent Events connection to stream real-time updates for a run
Unique identifier of the run to stream events for
SSE stream established successfully
Server-sent events stream with run updates
Unauthorized - invalid API key
Run not found
Internal server error or stream error
Last updated