Skip to main content
Use this endpoint to retrieve all benchmarks available to your account. Each benchmark defines a specific evaluation suite you can run against your model endpoint by submitting a job.

Endpoint

Authentication

string
required
Bearer YOUR_API_KEY

Request

No query parameters are required.

Response

Returns 200 OK with a JSON object containing a benchmarks array.
object[]
required
Array of benchmark objects available to your account.
Copy the id from a benchmark object and pass it as benchmark_id when submitting a job via POST /v0/jobs.