Lists work request logs
GET {{baseUrl}}/workRequests/:workRequestId/logs?limit=1000
Return a (paginated) list of logs for a given work request.
Body
PARAM
Key | Datatype | Required | Description |
page
|
string | The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call. | |
limit
|
number | The maximum number of items to return. |
HEADERS
Key | Datatype | Required | Description |
opc-request-id
|
string | The client request ID for tracing. | |
Accept
|
string |
RESPONSES
status OK
{
"items": [
{
"message": "proident ad amet dolore dolor",
"timestamp": "1967-10-09T18:10:51.360Z"
},
{
"message": "consectetur Lorem",
"timestamp": "1947-10-25T01:59:36.683Z"
}
]
} |
ENDPOINTS