GET
/
v4
/
knowledge-bases
/
{knowledge_base_id}
/
uploads
/
{upload_id}

Authorizations

x-api-key
string
headerrequired

Path Parameters

knowledge_base_id
string
required
upload_id
string
required

Query Parameters

include_artifact_list
boolean
default: true

Response

200 - application/json
upload_id
string
required

Unique ID of the upload job.

data_source_config
object
required

Configuration for downloading data from source.

chunking_strategy_config
object

Configuration for chunking the text content of each artifact.

created_at
string
required

The timestamp at which the upload job started.

updated_at
string
required

The timestamp at which the upload job was last updated.

status
enum<string>
required

Sync status

Available options:
Running,
Completed,
Failed,
Canceled
status_reason
string

Reason for the upload job's status.

artifacts_status
object
required

Number of artifacts in each of the various states, such as completed and failed for this upload. This includes artifacts for this data source that are retried.

artifacts
object[]
required

List of info for each artifacts associated with this upload. This includes artifacts for this data source that are retried.

created_by_schedule_id
string

Id of the upload schedule that triggered this upload_id. Null if triggered manually.