Check a job
qoder_statusCheck background job progress by polling with a cursor to receive new events and retrieve the final result when the run completes.
Instructions
Poll a job for progress and its result. Pass the cursor from the previous call to receive only new events. Returns the final answer once the run completes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | ||
| cursor | No | Last event sequence number seen. | |
| waitSeconds | No |