Skip to main content
GET
Get Benchmark Status

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

Get the status of a benchmark generation task, including current progress, associated documents, and timestamps for task creation and completion

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"

start_time
string<date-time> | null

Benchmark generation start time

Example:

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

end_time
string<date-time> | null

Benchmark generation end time

Example:

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