Cancel scraper request
Cancels a queued or running scraper Request.
Path parameters
Scraper Request id. Context $.paths./v1/requests/{request_id}/cancel.post.parameters.0.
Response
Scraper request canceled.
Example response
{
"requestId": "request_123",
"canceled": true,
"status": "canceled",
"agentInstruction": "Request canceled. Create a new scraper request when ready."
}Changes
Changed in 2 of the 50 revisions of this API.25
- ▲
removed the required property
from the response with the statusresponse-required-property-removed
- ▲
removed the required property
from the response with the statusresponse-required-property-removed
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
This revision also has 141 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○