get_job_status
Retrieve status, runtime, exit code, and output preview for a background job by providing its job ID.
Instructions
[Command Execution] Get status and metadata for a background job
Example usage:
{
"jobId": "job_1"
}Returns job status, runtime, exit code, and output preview (first 500 chars).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | Job ID to query |