Indexing Jobs
Indexing Jobs
Start Indexing Job for a Knowledge Base
List Indexing Jobs for a Knowledge Base
Retrieve Status of Indexing Job for a Knowledge Base
List Data Sources for Indexing Job for a Knowledge Base
Cancel Indexing Job for a Knowledge Base
ModelsExpand Collapse
APIIndexedDataSource = object { completed_at, data_source_uuid, error_details, 11 more }
completed_at: optional string
Timestamp when data source completed indexing
data_source_uuid: optional string
Uuid of the indexed data source
error_details: optional string
A detailed error description
error_msg: optional string
A string code provinding a hint which part of the system experienced an error
failed_item_count: optional string
Total count of files that have failed
indexed_file_count: optional string
Total count of files that have been indexed
indexed_item_count: optional string
Total count of files that have been indexed
removed_item_count: optional string
Total count of files that have been removed
skipped_item_count: optional string
Total count of files that have been skipped
started_at: optional string
Timestamp when data source started indexing
status: optional "DATA_SOURCE_STATUS_UNKNOWN" or "DATA_SOURCE_STATUS_IN_PROGRESS" or "DATA_SOURCE_STATUS_UPDATED" or 3 more
total_bytes: optional string
Total size of files in data source in bytes
total_bytes_indexed: optional string
Total size of files in data source in bytes that have been indexed
total_file_count: optional string
Total file count in the data source
APIIndexingJob = object { completed_datasources, created_at, data_source_uuids, 12 more }
IndexingJob description
completed_datasources: optional number
Number of datasources indexed completed
created_at: optional string
Creation date / time
knowledge_base_uuid: optional string
Knowledge base id
phase: optional "BATCH_JOB_PHASE_UNKNOWN" or "BATCH_JOB_PHASE_PENDING" or "BATCH_JOB_PHASE_RUNNING" or 4 more
status: optional "INDEX_JOB_STATUS_UNKNOWN" or "INDEX_JOB_STATUS_PARTIAL" or "INDEX_JOB_STATUS_IN_PROGRESS" or 4 more
tokens: optional number
Number of tokens
total_datasources: optional number
Number of datasources being indexed
total_items_failed: optional string
Total Items Failed
total_items_indexed: optional string
Total Items Indexed
total_items_skipped: optional string
Total Items Skipped
updated_at: optional string
Last modified
uuid: optional string
Unique id