Skip to main content
GET
Python

Path Parameters

evaluation_dataset_id
string
required
generation_job_id
string
required

Response

Successful Response

generation_job_id
string
required

ID of the async job associated with this evaluation dataset generation

status
enum<string>
required

Status of the async job

Available options:
Pending,
Running,
Completed,
Failed,
Canceled
created_at
string<date-time>
required

The timestamp at which the upload job started.

updated_at
string<date-time>
required

The timestamp at which the upload job was last updated.

num_test_cases
integer

Optional number of test cases input to the job

num_completed_test_cases
integer

Number of test cases that have been generated

total_chunk_count
integer

Number of chunks in the knowledge base

failure_reason
string

Reason for the job's failure, if applicable