Processed Objects

The /JobSessions/{sessionId}/ProcessedObjects resource collection represents objects processed by a specified job session.

Get Processed Objects

Returns a collection of objects processed by a job session with the specified ID.

SecurityBearer
Request
path Parameters
sessionId
required
string <uuid>

Specifies the identification number of the job session. For more information on how to get this parameter, see Get Job Sessions.

query Parameters
offset
integer <int32>

Excludes from a response page the first N items of a collection resource. The default value is 0.

limit
integer <int32>

Limits the maximum number of items that the server will return on a page. The maximum supported number of items per page is 10,000. The default value is 30.

Responses
200

OK

default

Operation failure response.

get/v8/JobSessions/{sessionId}/ProcessedObjects
Request samples
Response samples
application/json
{
  • "offset": "0",
  • "limit": "30",
  • "setId": "f0e1d2c3-b4a5-6789-0123-456789abcdef",
  • "results": [
    ],
  • "_links": {
    }
}

Document updated 6/30/2026

Page content applies to build 8.5.0.1014