---
title: "Get output group preview"
method: GET
path: "/jobs/{jobId}/outputs/{group}"
tags: ["Manage Jobs"]
---

# Get output group preview

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

Returns a summary for a specific output group with its sets and statistics

## Path parameters

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

## Response `200`

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

- GroupPayloads — A named group containing multiple output/input sets.
  - `sets` object
  - `itemCount` number — Total items in the group.
  - `byteSize` number — Total size of the group's items 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)
