Skip to main content
GET
Get Benchmark Data

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

Returns the full benchmark data including all questions and answers for a specific benchmark

benchmark_id
string
required

Benchmark ID

Example:

"benchmark-123"

benchmark_name
string
required

Name of the benchmark

Example:

"Customer Support Q&A"

status
enum<string>
required

Benchmark status

Available options:
PROCESSING,
READY,
FAILED,
DEPLOYING,
EVALUATING,
UNDEPLOYED,
EVALUATED,
STOPPED
Example:

"PROCESSING"

num_questions
integer
required

Total number of questions

Example:

10

created_at
string<date-time>
required

Creation timestamp

Example:

"2024-01-15T10:30:00Z"

updated_at
string<date-time>
required

Last update timestamp

Example:

"2024-01-15T12:30:00Z"

source
string
required

Data source

s3_key
string | null

S3 storage key

s3_url
string | null

S3 download URL

Example:

"https://s3.amazonaws.com/benchmark-123.zip"

document_ids
string[]

Document IDs used for generation

Example:
questions
BenchmarkQuestion · object[]

Complete list of benchmark questions

Example:
metadata
Metadata · object | null

Additional metadata

error
string | null

Error message if data fetch failed