← Tools Reference

Rootly

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

API key5 toolshttps://api.rootly.com/v1
GET
rootly_get_current_user
Get the Rootly user associated with the API key.

/users/me

GET
rootly_list_incidents
List Rootly incidents with common filters and pagination.

/incidents

20 parameters
ParamTypeRequiredDescription
pageAfterstringoptionalThe Rootly cursor from meta.next_cursor.
pageNumberintegeroptionalThe page number to request.
pageSizeintegeroptionalThe number of records to request per page.
searchstringoptionalSearch text for Rootly incident filtering.
kindstringoptionalRootly incident kind filter.
statusstringoptionalRootly incident status filter.
privatebooleanoptionalWhether to filter private incidents.
userIdintegeroptionalRootly user ID filter.
severitystringoptionalRootly severity name filter.
severityIdstringoptionalRootly severity ID filter.
labelsstringoptionalComma-separated Rootly label filter.
serviceIdsstringoptionalComma-separated Rootly service ID filter.
serviceNamesstringoptionalComma-separated Rootly service name filter.
teamIdsstringoptionalComma-separated Rootly team ID filter.
teamNamesstringoptionalComma-separated Rootly team name filter.
createdAtGtstringoptionalThe ISO 8601 timestamp for this filter.
createdAtGtestringoptionalThe ISO 8601 timestamp for this filter.
createdAtLtstringoptionalThe ISO 8601 timestamp for this filter.
createdAtLtestringoptionalThe ISO 8601 timestamp for this filter.
sortstringoptionalThe Rootly sort expression, such as name or -created_at.
GET
rootly_get_incident
Retrieve one Rootly incident by UUID or slug.

/incidents/{id}

2 parameters
ParamTypeRequiredDescription
idstringrequiredThe Rootly resource UUID or slug.
includearrayoptionalRelated Rootly resources to include in the JSON:API response.
GET
rootly_list_services
List Rootly services with common filters and pagination.

/services

14 parameters
ParamTypeRequiredDescription
includearrayoptionalRelated Rootly resources to include in the JSON:API response.
pageNumberintegeroptionalThe page number to request.
pageSizeintegeroptionalThe number of records to request per page.
searchstringoptionalSearch text for Rootly filtering.
namestringoptionalRootly name filter.
slugstringoptionalRootly slug filter.
externalIdstringoptionalRootly external ID filter.
alertBroadcastEnabledbooleanoptionalWhether alert broadcast is enabled.
incidentBroadcastEnabledbooleanoptionalWhether incident broadcast is enabled.
createdAtGtstringoptionalThe ISO 8601 timestamp for this filter.
createdAtGtestringoptionalThe ISO 8601 timestamp for this filter.
createdAtLtstringoptionalThe ISO 8601 timestamp for this filter.
createdAtLtestringoptionalThe ISO 8601 timestamp for this filter.
sortstringoptionalThe Rootly sort expression, such as name or -created_at.
GET
rootly_list_teams
List Rootly teams with common filters and pagination.

/teams

15 parameters
ParamTypeRequiredDescription
includearrayoptionalRelated Rootly resources to include in the JSON:API response.
pageNumberintegeroptionalThe page number to request.
pageSizeintegeroptionalThe number of records to request per page.
searchstringoptionalSearch text for Rootly filtering.
namestringoptionalRootly name filter.
slugstringoptionalRootly slug filter.
externalIdstringoptionalRootly external ID filter.
alertBroadcastEnabledbooleanoptionalWhether alert broadcast is enabled.
incidentBroadcastEnabledbooleanoptionalWhether incident broadcast is enabled.
createdAtGtstringoptionalThe ISO 8601 timestamp for this filter.
createdAtGtestringoptionalThe ISO 8601 timestamp for this filter.
createdAtLtstringoptionalThe ISO 8601 timestamp for this filter.
createdAtLtestringoptionalThe ISO 8601 timestamp for this filter.
sortstringoptionalThe Rootly sort expression, such as name or -created_at.
colorstringoptionalRootly team color filter.