agy_status
Check a job's status using its job ID. Returns the JobRecord with exit code, error, and timestamps for tracking long-running tasks.
Instructions
Return the JobRecord (status, exit code, error, timestamps) for a job_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| record | No | ||
| success | Yes |