v1
latestOpenAPI 3.0.22026-07-17144042.9 KBManage Jobs
List items of the job (paged)
Returns a paginated list of items within a group and input set.
get/jobs/{jobId}/inputs/{group}/{name}
Path parameters
jobIdstring required
The unique identifier of the job.
groupstring required
The group name (e.g., "topology", "address").
namestring required
The set name within the group (e.g., "exportedData", "statistics").
Query parameters
pageTokenstring
Token for fetching the next page of results.
limitinteger
Maximum number of items to return per requested page.
Response
A page of items from an input set.
Example response
{
"items": [
{
"type": "UploadUrl",
"url": "https://foo.com/import/h3TGlF/part_1.csv"
}
],
"nextPageToken": null
}