get_agent_job
Check the status and result of an agent runner job by providing the job ID. Poll after dispatch_agent_job to determine completion.
Instructions
Get the status and result of a specific agent runner job. Poll this after dispatch_agent_job to check completion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | Job ID returned by dispatch_agent_job. | |
| workspaceId | No | Workspace ID. Defaults to your active workspace. |