Get indexing run status
Files
Get indexing run status
Progress and outcome of one files indexing run.
GET
Get indexing run status
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Indexing run identifier returned by POST /v1/files/index.
Maximum string length:
128Response
Indexing run status.
Run completion time (RFC 3339), null while in flight.
Terminal error detail, null while healthy.
Run start time (RFC 3339), null before it starts.
Run state (queued, planning, running, completed, failed, …).
Progress counters.
Indexing run identifier.
A URL to the JSON Schema for this object.
Example:
"https://alpha.api.trycaesar.com/FileIndexStatusResponse.json"