Get processing status of a document.
After uploading a document, you can use this endpoint to check its processing status. This is useful for determining when the document is fully processed and ready for use in RAG.Documentation Index
Fetch the complete documentation index at: https://docs.burki.dev/llms.txt
Use this file to discover all available pages before exploring further.
assistant_id (string, required): The identifier of the assistant that owns the document.document_id (string, required): The identifier of the document whose status you want to check.status. The status will be one of processing, completed, or failed.