v1

latestOpenAPI 3.0.22026-07-17144042.9 KB
Manage Jobs

Get input group preview

Returns a preview for a specific input group with its sets and statistics

get/jobs/{jobId}/inputs/{group}

Path parameters

jobIdstring required

The unique identifier of the job.

groupstring required

The group name (e.g., "topology", "address").

Response

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

setsobject
itemCountnumber

Total items in the group.

byteSizenumber

Total size of the group's items in bytes.

Example response

{
  "itemCount": 800,
  "byteSize": 7340032
}