Skip to main content
GET
Get Benchmark

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

benchmark_id
string
required

Response

Returns the benchmark's own record: status, question count, source and timestamps. Questions themselves are served by the data endpoint.

One benchmark's full record: everything on its status and list rows, plus questions are served by the data endpoint.

benchmark_id
string
required

Unique identifier of the benchmark.

status
string
required

Benchmark status: PROCESSING, READY or FAILED.

benchmark_name
string | null

Display name of the benchmark.

num_questions
integer | null

Number of questions in the benchmark.

source
string | null

How the benchmark was made: generated or uploaded.

created_at
string | null

Creation timestamp.

completed_at
string | null

Timestamp when generation completed; null while still running.

updated_at
string | null

Last update timestamp.

progress
number | null

Completion progress, 0.0 to 100.0. Not wired up yet, always null.

eta_seconds
integer | null

Estimated time remaining in seconds. Not wired up yet, always null.