Lists work request logs
GET {{baseUrl}}/workRequests/:workRequestId/logs?limit=10
Return a (paginated) list of logs for a given work request.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | string | For list pagination. The value of the opc-next-page response header from the previous "List" call. For important details about how pagination works, see List Pagination. | |
limit | number | For list pagination. The maximum number of results per page, or items to return in a paginated "List" call. For important details about how pagination works, see List Pagination. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | string | Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. | |
Accept | string |
RESPONSES
status: OK
{"items":[{"message":"consectetur deserunt et","timestamp":"1994-06-17T15:26:05.777Z"},{"message":"mollit dolore non","timestamp":"1985-04-24T12:23:09.160Z"}]}