Skip to main content
GET
Get indexing run status

Authorizations

Authorization
string
header
required

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

Path Parameters

sync_id
string
required

Indexing run identifier returned by POST /v1/files/index.

Maximum string length: 128

Response

Indexing run status.

completed_at
string | null
required

Run completion time (RFC 3339), null while in flight.

error
string | null
required

Terminal error detail, null while healthy.

started_at
string | null
required

Run start time (RFC 3339), null before it starts.

state
string
required

Run state (queued, planning, running, completed, failed, …).

stats
object
required

Progress counters.

sync_id
string
required

Indexing run identifier.

$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://alpha.api.trycaesar.com/FileIndexStatusResponse.json"