Get job status and results
Jobs
Get a job
GET
Get job status and results
Returns the current state of a job and a page of its results. Results are paginated with
skip and limit query parameters (default limit 20, max 100).
Use the pagination.next URL from the response to fetch subsequent pages. The SDK clients do this automatically via waitForJob() and getAllJobResults().
See Async jobs for the full lifecycle and result shape.
