Check whether a document has finished processing (conversion, chunking, and embedding).Documentation Index
Fetch the complete documentation index at: https://mind-e.co/docs/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Authentication
Required.Request body
The document ID to check.
Response
Whether the request was successful.
Processing status:
processing, chunking, completed, or error.Processing stages
| Status | Description |
|---|---|
processing | Document is being converted to markdown |
chunking | Text is being split into chunks and embedded |
completed | Document is ready — the agent can use it |
error | Processing failed |