Check a job
claude_statusPoll a background job for progress updates and retrieve its final result using the job ID and an optional cursor.
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 |