Skip to content

Get latest benchmark

GET
/api/v1/benchmarks/latest
curl --request GET \
--url https://dashboard.justcrawl.io/api/v1/benchmarks/latest \
--header 'Authorization: Bearer <token>'

Latest benchmark for the organization

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"
}

No benchmarks found