Skip to main content
GET

Endpoint

Path Parameters

string
required
The unique identifier of the project
string
required
The unique identifier of the job

Authentication

Requires a valid API key with access to the project.

Response

string
Unique identifier for the job
string
The project this job belongs to
string
The document identifier from the ingestion request
string
Job status: pending, running, completed, or failed
integer
Number of text chunks processed
integer
Number of entities created (0 for Vector-Only projects)
integer
Number of relationships created (0 for Vector-Only projects)
string
When the job started processing
string
When the job finished (null if still running or pending)
string
Error details if status is failed
Poll this endpoint to monitor ingestion progress after submitting via Ingest Text.
Recommended polling interval: 2-5 seconds for async jobs.For synchronous ingestion, the job is complete when the ingest endpoint returns.

Job Statuses

Common Errors