Skip to main content
GET
Python

Authorizations

x-api-key
string
header
required

Headers

x-selected-account-id
string | null

Path Parameters

knowledge_base_id
string
required

Query Parameters

status
default:Active

Optional search by status type

Available options:
Active,
All
page
integer
default:1

Page number for pagination to be returned by the given endpoint. Starts at page 1

Required range: x >= 1
limit
integer
default:100

Maximum number of artifacts to be returned by the given endpoint. Defaults to 100 and cannot be greater than 10k.

Required range: 1 <= x <= 10000

Response

Successful Response

job_type
enum<string>
required
Available options:
evaluation-auto-eval,
evaluation-test-cases-result-gen,
evaluation-metrics-gen,
evaluation-builder,
evaluation-dataset-generation,
knowledge_base_upload,
application-variant-report-generation,
application-interaction-evaluation,
deploy-inference-model,
update-inference-model,
evaluation-task-execution,
evaluation-task-runner,
parse-document
status
string
required
id
string
required

The unique identifier of the entity.

created_at
string<date-time>
required

The date and time when the entity was created in ISO format.

account_id
string
required

The ID of the account that owns the given entity.

updated_at
string<date-time>
required

The date and time when the entity was last updated in ISO format.

parent_job_id
string
status_reason
string
progress
Progress · object
job_metadata
Job Metadata · object
idempotency_key
string
created_by_user_id
string

The user who originally created the entity.

created_by_identity_type
enum<string>

The type of identity that created the entity.

Available options:
user,
service_account