Wait for Job
transkribus_job_waitPoll a Transkribus job until it finishes, fails, or is canceled, or until the wait budget expires. A timeout is not an error—call again to keep waiting.
Instructions
Poll a job until it reaches FINISHED, FAILED or CANCELED, or until the wait budget runs out. Defaults: poll every 5s, wait up to 30s; a timed-out result is not an error — call again to keep waiting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource ID | |
| maxWaitSeconds | No | Wall-clock budget in seconds (default 30). Above ~50 needs an MCP client configured with a longer request timeout. | |
| pollIntervalSeconds | No | Seconds between polls (default 5) |