get_extraction_status
Retrieve the extraction status of a document in a sift, returning whether it is queued, running, completed, or failed with error details on failure.
Instructions
Check extraction status for a document on a sift.
Args:
document_id: The document identifier
sift_id: The sift identifier
Returns:
{"status": "queued|running|completed|failed", "error": "..." (on failure)}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes | ||
| sift_id | Yes |