Query parameters
Filter incidents belonging to a specified team when using global API token.
Return only incidents from a certain date (format YYYY-MM-DD).
Return incidents until a certain date (format YYYY-MM-DD).
Filter incidents belonging to a specified monitor.
Filter incidents belonging to a specified heartbeat.
List only resolved or unresolved incidents. When omitted both resolved and unresolved incidents are listed. Example: Use ?resolved=false to list active incidents.
List only acknowledged or unacknowledged incidents. When omitted both acknowledged or unacknowledged incidents are listed.
List incidents with matching metadata. Pass the metadata as nested query parameter. Example: Use ?metadata[key][][value]=value or ?metadata[key][][type]=User&metadata[key][][email]=user@example.com to list only incidents matching specified metadata value.
Headers
Bearer $TOKEN