Skip to content

Get benchmark status

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

Benchmark details

Media type application/json
object
id
string format: uuid
status
string
Allowed values: pending running completed failed
urls
Array<string>
providerIds
Array<string>
totalProbes
integer
completedProbes
integer
failedProbes
integer
skippedProviders
Array<string>
error
string
nullable
createdAt
string format: date-time
Example
{
"status": "pending"
}

Benchmark not found