List the Job Outputs

GET {{baseUrl}}/jobs/:jobId/output?limit=10&page=1

List the Job Outputs

Request Params

KeyDatatypeRequiredDescription
limitnumberThe maximum number of items to return.
pagenumberThe page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.

HEADERS

KeyDatatypeRequiredDescription
opc-request-idstringUnique Oracle-assigned identifier for the request. If you need to contact Oracle about a
particular request, please provide the request ID.
Acceptstring

RESPONSES

status: OK

{"items":[{"message":"\u003cstring\u003e"},{"message":"\u003cstring\u003e"}]}