Wait for TAP async job
starfetch_tap_job_waitPoll a TAP async job by ID or URL until it completes, times out, or fails. Use this explicit wait when you need to block for an existing job's result without starting a new job.
Instructions
Poll a TAP async job until completion, timeout, or terminal failure. This is an explicit wait and never starts a background job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Explicit TAP base URL selected for this workflow; use this or service. | |
| backoff | No | Increase the poll interval. | |
| service | No | Known Starfetch TAP service preset selected for this workflow; use this or url. | |
| timeoutMs | No | Wait timeout in milliseconds. | |
| intervalMs | No | Poll interval in milliseconds. | |
| jobIdOrUrl | Yes | TAP async job id or absolute job URL. | |
| maxIntervalMs | No | Maximum backoff interval in milliseconds. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| diagnostics | Yes |