Skip to main content
GET
Fetch Job Details
Using the API directly is not recommended for most users. Instead, we recommend using the Python SDK.
Retrieve detailed information about a specific job using its job ID.

Path Parameters

string
required
The unique identifier of the job to retrieve.Example: job-xyz123...

Headers

string
required
Your Sutro API key using Key authentication scheme.Format: Key YOUR_API_KEYExample: Authorization: Key sk_abc123...

Response

object
The job object containing all metadata and status information for the requested job. See the job object fields section for detailed field descriptions.

Error Response

Returns a 404 status code if the job is not found.
string
Error message indicating the job was not found

Code Examples

Job Object Fields

The job object returned contains the same fields as documented in the List Jobs endpoint:

Notes

  • This endpoint retrieves a single job’s complete metadata
  • The job_cost field represents the actual cost incurred after processing completes
  • For jobs still in progress, completion-related fields will be null