External DocumentationTo learn more, visit the Opsgenie documentation.
Actions
List Logs
List alert logs for the given alert identifier.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Direction | Page direction to apply for the given offset with ‘next’ and ‘prev’. |
| ID | Identifier of alert which could be alert id, tiny id or alert alias. |
| ID Type | Type of the identifier that is provided as an in-line parameter. Possible values are ‘id’, ‘alias’ or ‘tiny’. |
| Limit | Maximum number of items to provide in the result. Must be a positive integer value. Default value is 20 and maximum value is 100. |
| Offset | Starting value of the offset property. |
| Order | Sorting order of the result set. |
{
"data": [
{
"createdAt": "date-time",
"log": "string",
"offset": "string",
"owner": "string",
"type": "string"
}
],
"paging": {
"first": "string",
"next": "string"
},
"requestId": "string",
"took": 0
}
Was this page helpful?