get-job-status
Retrieve the current status of an asynchronous Serverless job. Get updates on job progress and receive output upon completion.
Instructions
Check the status of an asynchronous Serverless job. Returns the current status and output when complete. Job statuses: IN_QUEUE, IN_PROGRESS, COMPLETED, FAILED, CANCELLED, TIMED_OUT.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | ID of the job to check | |
| endpointId | Yes | ID of the Serverless endpoint the job belongs to |