Skip to content

Get job detail

GET
/api/v1/jobs/{id}
curl --request GET \
--url https://dashboard.justcrawl.io/api/v1/jobs/example \
--header 'Authorization: Bearer <token>'
id
required
string

Job ID

Job detail with execution trace

Media type application/json
object
id
string format: uuid
status
string
Allowed values: queued running completed failed
url
string
workflowId
string format: uuid
version
integer
providerId
string
nullable
statusCode
integer
nullable
latencyMs
integer
nullable
errorType
string
nullable
errorMessage
string
nullable
scheduleId
string format: uuid
nullable
createdAt
string format: date-time
completedAt
string format: date-time
nullable
Example
{
"status": "queued"
}

Job not found