Check the current processing status of your uploaded content.
This endpoint allows you to monitor the progress of documents, text, or other content you’ve uploaded. Simply provide the file ID to see whether processing is complete, still in progress, or if any errors occurred.
Use this to determine when your content is ready for search and retrieval, or to troubleshoot any processing issues.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The file ID to check processing status for
"CortexDoc1234"
Unique identifier for the tenant/organization
"tenant_1234"
Optional sub-tenant identifier used to organize data within a tenant. If omitted, the default sub-tenant created during tenant setup will be used.
"sub_tenant_4567"
Successful Response
Identifier for the file whose status is being retrieved
"CortexDoc1234"
Current status of the file. Possible values are 'queued', 'processing', 'completed', 'errored', 'graph_creation', 'success'. 'graph_creation' indicates the file is indexed but the knowledge graph is still being created. 'success' is an alias for 'completed'.
queued, processing, completed, errored, graph_creation, success "<indexing_status>"
Error code for the file. You may share this code with us to help us diagnose and resolve the issue.
"<error_code>"
true
Detailed status message about the processing operation