cURL
Extract
Cancel Extract
Cancel a running extract. Stops an active extract job that is currently processing.
DELETE
cURL
Cancellation Requirements: You can only cancel executions that are currently running (status
"running").- If an execution has already completed or failed, it cannot be canceled
- Executions that are waiting for a crawl to complete (status
"pending"withwaiting_forin meta) cannot be canceled until they start running - The endpoint will return an error if you attempt to cancel a non-running execution
Request
Your API key for authentication
The execution ID returned from
POST /v2/extractResponse
Status after cancellation. Always
"canceled" on success.The execution identifier that was canceled
ISO 8601 timestamp when the execution was stopped (null if not available)
cURL