← Tools Reference

incident.io

incident.io integration (Developer Tools, Productivity). Imported from open-connector.

API key6 toolshttps://api.incident.io
GET
incident_io_list_incidents
List incident.io incidents with optional stable filters and pagination.

/v2/incidents

11 parameters
ParamTypeRequiredDescription
pageSizeintegeroptionalThe number of incidents to request. incident.io allows up to 250.
afterstringoptionalThe incident.io pagination cursor returned by a previous list call.
sortBystringoptionalThe incident ordering requested from incident.io.
filterModestringoptionalWhether all or any provided incident filters must match.
statusCategoryOneOfstringoptionalThe incident status category to filter by.
statusCategoryNotInstringoptionalThe incident status category to filter by.
severityOneOfstringoptionalOnly return incidents with this severity identifier.
severityGtestringoptionalOnly return incidents whose severity rank is greater than or equal to this seve…
severityLtestringoptionalOnly return incidents whose severity rank is less than or equal to this severit…
incidentTypeOneOfstringoptionalOnly return incidents with this incident type identifier.
modeOneOfarrayoptionalThe incident modes to include.
GET
incident_io_get_incident
Get a single incident.io incident by full ID or numeric reference.

/v2/incidents/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe incident full identifier or numeric reference to load.
GET
incident_io_list_actions
List incident.io actions with optional incident and mode filters.

/v2/actions

2 parameters
ParamTypeRequiredDescription
incidentIdstringoptionalOnly return actions related to this incident.
incidentModestringoptionalThe incident mode to include in the result set.
GET
incident_io_get_action
Get a single incident.io action by ID.

/v2/actions/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe action identifier to load.
GET
incident_io_list_severities
List incident.io severities configured for the organization.

/v1/severities

GET
incident_io_list_incident_statuses
List incident.io incident statuses configured for the organization.

/v1/incident_statuses