lithtrix_blob_parse_status
Check the status of a blob parse operation by providing the blob ID and parse ID. Returns current progress or completion.
Instructions
GET /v1/blobs/{blob_id}/parse/{parse_id} — poll parse status. Requires LITHTRIX_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blob_id | Yes | Content-addressed blob id (b_ + 16 hex chars) | |
| parse_id | Yes | Parse operation UUID |