List alerts for the specified incident. An incident represents a problem or an issue that needs to be addressed and resolved. For more information see theDocumentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Basic Parameters
| Parameter | Description |
|---|---|
| Alert Key | Alert de-duplication key. |
| ID | ID of the incident. |
| Include | Array of additional details to include. |
| Sort By | Used to specify both the field you wish to sort the results on (created_at/resolved_at), as well as the direction (asc/desc) of the results. The sort_by field and direction should be separated by a colon. A maximum of two fields can be included, separated by a comma. Sort direction defaults to ascending. |
| Statuses | Return only alerts with the given statuses. (More status codes may be introduced in the future.). |
Advanced Parameters
| Parameter | Description |
|---|---|
| Limit | The number of results per page. |
| Offset | Offset to start pagination search results. |
| Total | By default the total field in pagination responses is set to null to provide the fastest possible response times. Set total to true for this field to be populated. See our Pagination Docs for more information. |