Get task details
Get details about a specific task in a job
X-Token<token>
In: header
Path Parameters
jobIDstring
Job identifier
Format
uuidtaskIDstring
Task identifier
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://q.scrape.do/api/v1/jobs/497f6eca-6276-4993-bfeb-53cbbbba6f08/string"{
"TaskID": "c4c6a9ae-c88d-49cb-bc9a-4807f847a816",
"JobID": "b638a944-21fb-4ff0-b1c5-29221991a533",
"URL": "string",
"Status": "queuing",
"StartTime": "2019-08-24T14:15:22Z",
"EndTime": "2019-08-24T14:15:22Z",
"ExpiresAt": "2019-08-24T14:15:22Z",
"UpdateTime": "2019-08-24T14:15:22Z",
"Base64EncodedContent": true,
"StatusCode": 0,
"ResponseHeaders": {
"property1": "string",
"property2": "string"
},
"Scrape.do": {
"property1": "string",
"property2": "string"
},
"Content": "string",
"ErrorMessage": "string"
}{
"Error": "string",
"Code": 0
}{
"Error": "string",
"Code": 0
}{
"Error": "string",
"Code": 0
}{
"Error": "string",
"Code": 0
}
