Get scraper request
Returns current status for a scraper Request.
Path parameters
Scraper Request id.
Response
Scraper request loaded.
Example response
{
"request": {
"id": "request_123",
"scraper": "tiktok",
"status": "succeeded",
"input": {
"operation": "search",
"query": "rust programming",
"limit": 100
},
"resultCount": 1,
"estimatedCostUsdMicros": 170000,
"costUsdMicros": 1700,
"resultsUrl": "/v1/requests/request_123/results",
"errorMessage": null,
"agentInstruction": "Fetch results with `tovuk request results request_123 --json`.",
"createdAt": "2026-06-23T12:00:00Z",
"updatedAt": "2026-06-23T12:00:30Z"
},
"nextActions": [
"Use `tovuk request results request_123 --json` after the request succeeds."
]
}Changes
Changed in 2 of the 50 revisions of this API.19
- ▲
removed the required property
okfrom the response with the200statusresponse-required-property-removed
- ○
added the required property
nextActionsto the response with the200statusresponse-required-property-added
- ○
added the required property
request/agentInstructionto the response with the200statusresponse-required-property-added
- ○
added the required property
request/costUsdMicrosto the response with the200statusresponse-required-property-added
- ○
added the required property
request/errorMessageto the response with the200statusresponse-required-property-added
- ○
added the required property
request/estimatedCostUsdMicrosto the response with the200statusresponse-required-property-added
- ○
added the required property
request/resultCountto the response with the200statusresponse-required-property-added
- ○
added the required property
request/resultsUrlto the response with the200statusresponse-required-property-added
- ○
added the required property
request/updatedAtto the response with the200statusresponse-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
- ○