Skip to main content
GET
List
🔑 Requires the alerts.view scope.

Authorizations

Authorization
string
header
required

API key from your incident.io dashboard (Settings → API keys)

Query Parameters

alert_id
string

ID of the alert to list notes for. Provide exactly one of alert_id or alert_group_id.

Example:

"01FCNDV6P870EA6S7TK1DSYDG0"

alert_group_id
string

ID of the alert group to list notes for. Provide exactly one of alert_id or alert_group_id.

Example:

"01HB9Z8WANK6P870EA6S7TK1DS"

page_size
integer<int64>
default:25

Integer number of records to return

Required range: x <= 250
Example:

25

after
string

An record's ID. This endpoint will return a list of records after this ID in relation to the API response order.

Example:

"01FDAG4SAP5TYPT98WGR2N7W91"

Response

200 - application/json

OK response.

alert_notes
object[]
required
Example:
pagination_meta
object
required
Example: