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
Request
No query parameters are required.
Response
Returns 200 OK with a JSON object containing a benchmarks array.
Array of benchmark objects available to your account. Unique numeric identifier for the benchmark. Use this value as benchmark_id when submitting jobs.
Internal identifier for the benchmark publisher.
Internal name of the benchmark (e.g. "haystack-v1").
Human-readable name of the benchmark (e.g. "Haystack Medical QA v1").
Version number of the benchmark.
ID of the associated benchmark property configuration, if set.
Credit cost per benchmark unit submitted.
Currency code for the price (e.g. "USD").
ISO 8601 timestamp of when the benchmark was created.
ISO 8601 timestamp of the last update.
Copy the id from a benchmark object and pass it as benchmark_id when
submitting a job via POST /v0/jobs.