List report jobs

get

/access-governance/service-administration/20250331/reports/jobs

Lists report jobs visible to the caller.

Request

Query Parameters
  • Limits results to jobs containing this value in searchable report metadata, including display name, report type, requester, requester email, or output file name. By default, no keyword filter is applied.
  • Minimum Value: 1
    Maximum Value: 100
    The maximum number of items to return.
    Default Value: 10
  • Minimum Length: 1
    A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
  • Limits results to the specified report type. By default, all report types are returned.
    Allowed Values: [ "USER_ACCESS_BUNDLE_ASSIGNMENTS", "ACCESS_BUNDLE_ROLE_PERMISSIONS", "GLOBAL_IDENTITY_ACCOUNTS", "GLOBAL_IDENTITY", "PERMISSIONS" ]
  • Limits results by requester. By default, only jobs requested by the caller are returned.
    Allowed Values: [ "ME", "OTHERS", "ALL" ]
  • Field used to order the returned report jobs. By default, jobs are ordered by creation time.
    Allowed Values: [ "timeCreated", "displayName", "reportType", "requestedBy", "timeFinished", "fileName" ]
  • The sort order to use, either 'ASC' or 'DESC'.
    Allowed Values: [ "ASC", "DESC" ]
Header Parameters
  • The client request ID for tracing. The only valid characters for request IDs are letters, numbers, underscore, and dash.
Back to Top

Response

Supported Media Types

200 Response

A page of report jobs.
Headers
  • For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the `page` parameter for the subsequent GET request to get the next batch of items.
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : ReportJobCollection
Type: object
A page of report jobs.
Show Source
Nested Schema : items
Type: array
Report jobs in this page.
Show Source
Nested Schema : ReportJob
Type: object
Report job status and download metadata.
Show Source
Nested Schema : ReportJobParameters
Type: object
GLOBAL_IDENTITY supports selectedColumns. Other report types use their fixed documented columns and do not accept parameters.
Show Source
Nested Schema : selectedColumns
Type: array
Optional GLOBAL_IDENTITY columns. Always-available columns are included automatically and must not be supplied.
Show Source
  • Allowed Values: [ "firstName", "lastName", "personNumber", "managerUserName", "startDate", "terminationDate" ]

400 Response

Bad Request
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

401 Response

Unauthorized
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

404 Response

Not Found
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

429 Response

Too Many Requests
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

500 Response

Internal Server Error
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

Default Response

Unknown Error
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source
Back to Top