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

KeyDatatypeRequiredDescription
identifierTypestringType of the identifier that is provided as an in-line parameter. Possible values are 'id', 'alias' or 'tiny'
offsetstringStarting value of the offset property
directionstringPage direction to apply for the given offset with 'next' and 'prev'
limitstringMaximum number of items to provide in the result. Must be a positive integer value. Default value is 20 and maximum value is 100
orderstringSorting order of the result set

RESPONSES

status: OK

{&quot;requestId&quot;:&quot;qui&quot;,&quot;took&quot;:0,&quot;data&quot;:[{&quot;log&quot;:&quot;tempor&quot;,&quot;type&quot;:&quot;mollit enim est et nisi&quot;,&quot;owner&quot;:&quot;cillum&quot;,&quot;createdAt&quot;:&quot;1996-07-30T08:22:25.098Z&quot;,&quot;offset&quot;:&quot;Duis est et&quot;},{&quot;log&quot;:&quot;culpa&quot;,&quot;type&quot;:&quot;proident in&quot;,&quot;owner&quot;:&quot;Ut quis eu ea&quot;,&quot;createdAt&quot;:&quot;1986-07-29T06:04:29.017Z&quot;,&quot;offset&quot;:&quot;sed consequat c&quot;}],&quot;paging&quot;:{&quot;first&quot;:&quot;voluptate dolore quis&quot;,&quot;next&quot;:&quot;reprehenderit cupidatat offici&quot;}}