wait_job_completion
Poll job status at specified intervals until completion or timeout. Returns final status after job finishes.
Instructions
Wait for a job to complete
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The ID of the job to get the status of | |
| interval | No | The interval to check the status of the job (seconds) | |
| timeout | No | The timeout to wait for the job to complete (seconds) | |
| api_key | No | PDF.co API key. If not provided, will use X_API_KEY environment variable. (Optional) |