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

# List items of the job (paged)

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

Returns a paginated list of items within a group and input 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 input set.

- InputItemsPage — A page of input items.
  - `items` UploadUrl[]
    - `type` 'UploadUrl', required — The type is "UploadUrl"
    - `s3Key` string — The type of the Input
    - `url` string — The presigned url for uploading the data.
  - `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)
