Skip to main content
GET
Get Generated Benchmark Data

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 questions and answers. Identity, status, and timestamps are served by GET /{benchmark_id}.

The benchmark's question payload. Identity, status and timestamps are served by GET /{benchmark_id}.

benchmark_id
string
required

Benchmark ID

Example:

"benchmark_01k4x9m2p7q3r6a1"

s3_key
string | null

S3 storage key

s3_url
string | null

S3 download URL

Example:

"https://s3.amazonaws.com/benchmark_01k4x9m2p7q3r6a1.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