GET
/
v4
/
knowledge-bases
/
{knowledge_base_id}
/
async-jobs

Authorizations

x-api-key
string
headerrequired

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

limit
integer
default: 100

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

Response

200 - application/json
job_type
enum<string>
required

An enumeration.

Available options:
evaluation-auto-eval,
evaluation-test-cases-result-gen,
evaluation-builder,
evaluation-dataset-generation,
knowledge_base_upload,
application-variant-report-generation,
application-interaction-evaluation
parent_job_id
string
status
string
required
progress
object
job_metadata
object
id
string
required

The unique identifier of the entity.

created_at
string
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
required

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

created_by_user_id
string

The user who originally created the entity.