List Alert Logs
GET {{baseUrl}}/v2/alerts/:identifier/logs?identifierType=id&offset=<string>&direction=next&limit=<integer>&order=desc
List alert logs for the given alert identifier
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
identifierType | string | Type of the identifier that is provided as an in-line parameter. Possible values are 'id', 'alias' or 'tiny' | |
offset | string | Starting value of the offset property | |
direction | string | Page direction to apply for the given offset with 'next' and 'prev' | |
limit | string | Maximum number of items to provide in the result. Must be a positive integer value. Default value is 20 and maximum value is 100 | |
order | string | Sorting order of the result set |
RESPONSES
status: OK
{"requestId":"qui","took":0,"data":[{"log":"tempor","type":"mollit enim est et nisi","owner":"cillum","createdAt":"1996-07-30T08:22:25.098Z","offset":"Duis est et"},{"log":"culpa","type":"proident in","owner":"Ut quis eu ea","createdAt":"1986-07-29T06:04:29.017Z","offset":"sed consequat c"}],"paging":{"first":"voluptate dolore quis","next":"reprehenderit cupidatat offici"}}