Skip to main content
GET
Core - Retrieve datasource processing status
Related guide: Knowledge bases guide. See the Knowledge bases guide for a walkthrough with examples.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

knowledge_id
string
required
datasource_id
string
required

Response

200 - application/json

Datasource processed chunks status successfully retrieved

total_queued
number<double>
required
total_completed
number<double>
required
total_passed
number<double>
required
total_failed
number<double>
required
overall_total_processing
number<double>
required
chunks_processing_attempts
object[]
required
datasource_processing_attempts
object[]
required