Get processing status / results

View as Markdown

Returns the pipeline status and, via ?include=content,results,evidence and ?format=json|markdown, the inlined parsed content, action results and grounding evidence. 410 once the TTL has expired (grace window), 404 after grace or for an unknown id.

Authentication

AuthorizationBearer

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

Path parameters

idstringRequired

Query parameters

includestringOptional

Comma-separated: content, results, evidence.

formatenumOptional

Content representation for include=content. Default json (audio files have no markdown).

Allowed values:

Response

Current status (and requested includes).

processingIdstring
statusenum
expiresAtdatetime
fileslist of objects
actionslist of objects

Errors

404
Not Found Error
410
Gone Error