---
title: "List output items (paged)"
method: GET
path: "/jobs/{jobId}/outputs/{group}/{name}"
tags: ["Manage Jobs"]
---

# List output items (paged)

`GET /jobs/{jobId}/outputs/{group}/{name}`

Returns a paginated list of items within an output set.

## Path parameters

- `jobId` string, required
- `group` string, required
- `name` string, required

## Query parameters

- `pageToken` string
- `limit` integer

## Response `200`

A page of items from an output set.

- OutputItemsPage — A page of output items.
  - `items` 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.
  - `nextPageToken` string, nullable — Token to retrieve the next page. Omitted or null if no further pages.

## 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)
