get_extraction_status
Checks the entity extraction status of a document, including job state and error details, to confirm completion before querying entities.
Instructions
Get the entity extraction status for a document. Shows whether entities exist, extraction job status (queued/running/completed/failed), timestamps, and error messages if any. Use this to check if extraction is complete before querying entities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | Document ID to check extraction status for |