cURL
Search
Cancel Agentic Search
Cancel a running agentic search. Stops an active search job that is currently processing.
DELETE
cURL
Cancellation Requirements: You can only cancel executions that are currently running. If an execution has already completed or failed, it cannot be canceled. The endpoint will return an error if you attempt to cancel a non-running execution.
Request
string
required
Your API key for authentication
string
required
The execution ID of the search to cancelFormat:
agentic-{uuid}-{timestamp}Note: If the execution ID does not exist or does not belong to your organization, the endpoint returns a 404 Not Found error.Response
string
Status after cancellation. Always
"canceled" on success.string
The execution identifier that was canceled
string | null
ISO 8601 timestamp when the execution was stopped (null if not available)
cURL