Get work request errors.
GET {{baseUrl}}/workRequests/:workRequestId/errors?compartmentId={{compartment_ocid}}&limit=10
Get the errors of a work request.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
compartmentId | string | (Required) The ID of the compartment in which to list resources. | |
limit | number | The maximum number of items to return. | |
page | string | The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | string | The client request ID for tracing. | |
Accept | string |
RESPONSES
status: OK
[{"code":"\u003cstring\u003e","message":"\u003cstring\u003e","timestamp":"\u003cdateTime\u003e"},{"code":"\u003cstring\u003e","message":"\u003cstring\u003e","timestamp":"\u003cdateTime\u003e"}]