Skip to main content
GET
/
v1
/
knowledge-bases
/
{kb_id}
/
jobs
/
{job_id}
Get knowledge base job
curl --request GET \
  --url https://api.oneinbox.ai/v1/knowledge-bases/{kb_id}/jobs/{job_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "error_message": "<string>",
  "payload": {
    "tokens": 123,
    "chunks": 123,
    "vector_indexed": true
  }
}

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

Authorization
string
header
required

API key from the OneInbox dashboard (API Keys → Create)

Path Parameters

kb_id
string
required
job_id
string
required

Response

200 - application/json

OK

id
string
status
enum<string>
Available options:
queued,
running,
completed,
failed
error_message
string
payload
object