---
title: "List job outputs (flat or preview)"
method: GET
path: "/jobs/{jobId}/outputs"
tags: ["Manage Jobs"]
---

# List job outputs (flat or preview)

`GET /jobs/{jobId}/outputs`

Lists the outputs of a job, or a preview of the output groups with sets in paginated mode

## Path parameters

- `jobId` string, required

## Headers

- `X-Response-Mode` 'regular' | 'paginated'

## Response `200`

The job outputs (array or page wrapper when X-Response-Mode=paginated)

- union
  - union[]
    - union
      - DownloadUrl — Contains the download url for the datasets of a jobs.
        - `type` 'DownloadUrl', required — The type is "DownloadUrl"
        - `url` string — The presigned url for downloading the data.
        - `byteSize` number — The size of the data to be downloaded in bytes.
      - FeatureStatistics — Shows the statistics of the job.
        - `type` 'FeatureStatistics', required — The type is "FeatureStatistics"
        - `featureCount` number — The resultant feature count of the job.
        - `byteSize` number — The size of the data to be downloaded in bytes.
  - JobPayloads — Summary of grouped payloads (inputs/outputs) for a job.
    - `groups` object
    - `itemCount` number — Total items across all groups.
    - `byteSize` number — Total size of items across all groups in bytes.

## Other responses

- `400` — Malformed or Bad Request.
- `404` — Not found.

---

[API](https://skmtc.net/here/apis/here-xyz-job-service.md) · [All operations](https://skmtc.net/here/apis/here-xyz-job-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/here/here-xyz-job-service/revisions/b0f3c1c4fc93/schema)
