Skip to content

Get benchmark results

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

Aggregated benchmark results

Media type application/json
object
benchmarkId
string
status
string
skippedProviders
Array<string>
results
Array<object>
object
Example generated
{
"benchmarkId": "example",
"status": "example",
"skippedProviders": [
"example"
],
"results": [
{}
]
}