curl --request GET \
--url https://api.verial.ai/benchmarks/{id} \
--header 'Authorization: Bearer <token>'{
"id": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"timeout": 123,
"concurrency": 123,
"created_at": "2023-11-07T05:31:56Z"
}Retrieve a benchmark by ID.
curl --request GET \
--url https://api.verial.ai/benchmarks/{id} \
--header 'Authorization: Bearer <token>'{
"id": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"timeout": 123,
"concurrency": 123,
"created_at": "2023-11-07T05:31:56Z"
}API key passed as a Bearer token.
Benchmark ID