List jobs
Knowledge Bases
List jobs
List all processing jobs for this knowledge base. Each source addition creates a job. Poll until status is completed before using the KB in calls.
GET
List jobs
Documentation Index
Fetch the complete documentation index at: https://docs.oneinbox.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use api_key from POST /v1/api-keys
Path Parameters
Response
200 - application/json
OK
Example:
"kbj_abc123"
Example:
"kb_abc123"
Example:
"kbs_abc123"
Example:
"ingest_source"
Processing status. Wait for completed before using the KB in calls.
Available options:
queued, running, completed, failed Example:
"completed"
Populated on completion — contains token and chunk counts
Error message if status is failed. Null otherwise.