---
title: "Returns the results of a job."
method: GET
path: "/api/v1/orchestrator/jobs/{id}/results"
tags: ["Orchestrator"]
---

# Returns the results of a job.

`GET /api/v1/orchestrator/jobs/{id}/results`

Returns the results of a job.

## Path parameters

- `id` string, required

## Response `200`

OK

- ApimodelsListJobResultsResponse
  - `Items` ModelsSpecConfig[]
    - `Params` object — Params is a map of the config params
    - `Type` string — Type of the config
  - `NextToken` string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/bacalhau-project/apis/bacalhau-api.md) · [All operations](https://skmtc.net/bacalhau-project/apis/bacalhau-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bacalhau-project/bacalhau-api/revisions/9470ca2a198b/schema)
