Get job
Knowledge Bases
Get job
Get the status of a single processing job. Status sequence — queued → running → completed or failed.
GET
Get job
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
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.