AACFlow

Rootly

Manage incidents, alerts, and on-call with Rootly

Usage Instructions

Integrate Rootly incident management into workflows. Create and manage incidents, alerts, services, severities, and retrospectives.

Tools

rootly_create_incident

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
titlestringNoNo description
summarystringNoNo description
severityIdstringNoNo description
statusstringNoIncident status (in_triage, started, detected, acknowledged, mitigated, resolved, closed, cancelled, scheduled, in_progress, completed)
kindstringNoIncident kind (normal, normal_sub, test, test_sub, example, example_sub, backfilled, scheduled, scheduled_sub)
serviceIdsstringNoNo description
environmentIdsstringNoNo description
groupIdsstringNoNo description
incidentTypeIdsstringNoNo description
functionalityIdsstringNoNo description
labelsstringNoLabels as JSON object, e.g. {"platform":"osx","version":"1.29"}
privatebooleanNoNo description

Output

ParameterTypeDescription
incidentobjectThe created incident
idstringUnique incident ID
sequentialIdnumberSequential incident number
titlestringIncident title
slugstringIncident slug
kindstringIncident kind
summarystringIncident summary
statusstringIncident status
privatebooleanWhether the incident is private
urlstringURL to the incident
shortUrlstringShort URL to the incident
severityNamestringSeverity name
severityIdstringSeverity ID
createdAtstringCreation date
updatedAtstringLast update date
startedAtstringStart date
mitigatedAtstringMitigation date
resolvedAtstringResolution date
closedAtstringClosed date

rootly_get_incident

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
incidentIdstringYesNo description

Output

ParameterTypeDescription
incidentobjectThe incident details
idstringUnique incident ID
sequentialIdnumberSequential incident number
titlestringIncident title
slugstringIncident slug
kindstringIncident kind
summarystringIncident summary
statusstringIncident status
privatebooleanWhether the incident is private
urlstringURL to the incident
shortUrlstringShort URL to the incident
severityNamestringSeverity name
severityIdstringSeverity ID
createdAtstringCreation date
updatedAtstringLast update date
startedAtstringStart date
mitigatedAtstringMitigation date
resolvedAtstringResolution date
closedAtstringClosed date

rootly_update_incident

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
incidentIdstringYesNo description
titlestringNoNo description
summarystringNoNo description
severityIdstringNoNo description
statusstringNoUpdated status (in_triage, started, detected, acknowledged, mitigated, resolved, closed, cancelled, scheduled, in_progress, completed)
kindstringNoIncident kind (normal, normal_sub, test, test_sub, example, example_sub, backfilled, scheduled, scheduled_sub)
privatebooleanNoNo description
serviceIdsstringNoNo description
environmentIdsstringNoNo description
groupIdsstringNoNo description
incidentTypeIdsstringNoNo description
functionalityIdsstringNoNo description
labelsstringNoLabels as JSON object, e.g. {"platform":"osx","version":"1.29"}
mitigationMessagestringNoNo description
resolutionMessagestringNoNo description
cancellationMessagestringNoNo description

Output

ParameterTypeDescription
incidentobjectThe updated incident
idstringUnique incident ID
sequentialIdnumberSequential incident number
titlestringIncident title
slugstringIncident slug
kindstringIncident kind
summarystringIncident summary
statusstringIncident status
privatebooleanWhether the incident is private
urlstringURL to the incident
shortUrlstringShort URL to the incident
severityNamestringSeverity name
severityIdstringSeverity ID
createdAtstringCreation date
updatedAtstringLast update date
startedAtstringStart date
mitigatedAtstringMitigation date
resolvedAtstringResolution date
closedAtstringClosed date

rootly_list_incidents

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
statusstringNoFilter by status (in_triage, started, detected, acknowledged, mitigated, resolved, closed, cancelled, scheduled, in_progress, completed)
severitystringNoNo description
searchstringNoNo description
servicesstringNoNo description
teamsstringNoNo description
environmentsstringNoNo description
sortstringNoNo description
pageSizenumberNoNo description
pageNumbernumberNoNo description

Output

ParameterTypeDescription
incidentsarrayList of incidents
idstringUnique incident ID
sequentialIdnumberSequential incident number
titlestringIncident title
slugstringIncident slug
kindstringIncident kind
summarystringIncident summary
statusstringIncident status
privatebooleanWhether the incident is private
urlstringURL to the incident
shortUrlstringShort URL to the incident
severityNamestringSeverity name
severityIdstringSeverity ID
createdAtstringCreation date
updatedAtstringLast update date
startedAtstringStart date
mitigatedAtstringMitigation date
resolvedAtstringResolution date
closedAtstringClosed date
totalCountnumberTotal number of incidents returned

rootly_create_alert

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
summarystringYesNo description
descriptionstringNoNo description
sourcestringYesNo description
statusstringNoNo description
serviceIdsstringNoNo description
groupIdsstringNoNo description
environmentIdsstringNoNo description
externalIdstringNoNo description
externalUrlstringNoNo description
deduplicationKeystringNoNo description

Output

ParameterTypeDescription
alertobjectThe created alert
idstringUnique alert ID
shortIdstringShort alert ID
summarystringAlert summary
descriptionstringAlert description
sourcestringAlert source
statusstringAlert status
externalIdstringExternal ID
externalUrlstringExternal URL
deduplicationKeystringDeduplication key
createdAtstringCreation date
updatedAtstringLast update date
startedAtstringStart date
endedAtstringEnd date

rootly_list_alerts

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
statusstringNoNo description
sourcestringNoNo description
servicesstringNoNo description
environmentsstringNoNo description
groupsstringNoNo description
pageSizenumberNoNo description
pageNumbernumberNoNo description

Output

ParameterTypeDescription
alertsarrayList of alerts
idstringUnique alert ID
shortIdstringShort alert ID
summarystringAlert summary
descriptionstringAlert description
sourcestringAlert source
statusstringAlert status
externalIdstringExternal ID
externalUrlstringExternal URL
deduplicationKeystringDeduplication key
createdAtstringCreation date
updatedAtstringLast update date
startedAtstringStart date
endedAtstringEnd date
totalCountnumberTotal number of alerts returned

rootly_add_incident_event

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
incidentIdstringYesNo description
eventstringYesNo description
visibilitystringNoNo description

Output

ParameterTypeDescription
eventIdstringThe ID of the created event
eventstringThe event summary
visibilitystringvisibility output from the tool
occurredAtstringWhen the event occurred
createdAtstringCreation date
updatedAtstringLast update date

rootly_list_services

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
searchstringNoNo description
pageSizenumberNoNo description
pageNumbernumberNoNo description

Output

ParameterTypeDescription
servicesarrayList of services
idstringUnique service ID
namestringService name
slugstringService slug
descriptionstringService description
colorstringService color
createdAtstringCreation date
updatedAtstringLast update date
totalCountnumberTotal number of services returned

rootly_list_severities

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
searchstringNoNo description
pageSizenumberNoNo description
pageNumbernumberNoNo description

Output

ParameterTypeDescription
severitiesarrayList of severity levels
idstringUnique severity ID
namestringSeverity name
slugstringSeverity slug
descriptionstringSeverity description
severitystringSeverity level (critical, high, medium, low)
colorstringSeverity color
positionnumberDisplay position
createdAtstringCreation date
updatedAtstringLast update date
totalCountnumberTotal number of severities returned

rootly_list_teams

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
searchstringNoNo description
pageSizenumberNoNo description
pageNumbernumberNoNo description

Output

ParameterTypeDescription
teamsarrayList of teams
idstringUnique team ID
namestringTeam name
slugstringTeam slug
descriptionstringTeam description
colorstringTeam color
createdAtstringCreation date
updatedAtstringLast update date
totalCountnumberTotal number of teams returned

rootly_list_environments

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
searchstringNoNo description
pageSizenumberNoNo description
pageNumbernumberNoNo description

Output

ParameterTypeDescription
environmentsarrayList of environments
idstringUnique environment ID
namestringEnvironment name
slugstringEnvironment slug
descriptionstringEnvironment description
colorstringEnvironment color
createdAtstringCreation date
updatedAtstringLast update date
totalCountnumberTotal number of environments returned

rootly_list_incident_types

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
searchstringNoNo description
pageSizenumberNoNo description
pageNumbernumberNoNo description

Output

ParameterTypeDescription
incidentTypesarrayList of incident types
idstringUnique incident type ID
namestringIncident type name
slugstringIncident type slug
descriptionstringIncident type description
colorstringIncident type color
createdAtstringCreation date
updatedAtstringLast update date
totalCountnumberTotal number of incident types returned

rootly_list_functionalities

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
searchstringNoNo description
pageSizenumberNoNo description
pageNumbernumberNoNo description

Output

ParameterTypeDescription
functionalitiesarrayList of functionalities
idstringUnique functionality ID
namestringFunctionality name
slugstringFunctionality slug
descriptionstringFunctionality description
colorstringFunctionality color
createdAtstringCreation date
updatedAtstringLast update date
totalCountnumberTotal number of functionalities returned

rootly_list_retrospectives

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
statusstringNoNo description
searchstringNoNo description
pageSizenumberNoNo description
pageNumbernumberNoNo description

Output

ParameterTypeDescription
retrospectivesarrayList of retrospectives
idstringUnique retrospective ID
titlestringRetrospective title
statusstringStatus (draft or published)
urlstringURL to the retrospective
startedAtstringIncident start date
mitigatedAtstringMitigation date
resolvedAtstringResolution date
createdAtstringCreation date
updatedAtstringLast update date
totalCountnumberTotal number of retrospectives returned

rootly_delete_incident

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
incidentIdstringYesNo description

Output

ParameterTypeDescription
successbooleanWhether the deletion succeeded
messagestringResult message

rootly_get_alert

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
alertIdstringYesNo description

Output

ParameterTypeDescription
alertobjectThe alert details
idstringUnique alert ID
shortIdstringShort alert ID
summarystringAlert summary
descriptionstringAlert description
sourcestringAlert source
statusstringAlert status
externalIdstringExternal ID
externalUrlstringExternal URL
deduplicationKeystringDeduplication key
createdAtstringCreation date
updatedAtstringLast update date
startedAtstringStart date
endedAtstringEnd date

rootly_update_alert

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
alertIdstringYesNo description
summarystringNoNo description
descriptionstringNoNo description
sourcestringNoNo description
serviceIdsstringNoNo description
groupIdsstringNoNo description
environmentIdsstringNoNo description
externalIdstringNoNo description
externalUrlstringNoNo description
deduplicationKeystringNoNo description

Output

ParameterTypeDescription
alertobjectThe updated alert
idstringUnique alert ID
shortIdstringShort alert ID
summarystringAlert summary
descriptionstringAlert description
sourcestringAlert source
statusstringAlert status
externalIdstringExternal ID
externalUrlstringExternal URL
deduplicationKeystringDeduplication key
createdAtstringCreation date
updatedAtstringLast update date
startedAtstringStart date
endedAtstringEnd date

rootly_acknowledge_alert

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
alertIdstringYesNo description

Output

ParameterTypeDescription
alertobjectThe acknowledged alert
idstringUnique alert ID
shortIdstringShort alert ID
summarystringAlert summary
descriptionstringAlert description
sourcestringAlert source
statusstringAlert status
externalIdstringExternal ID
externalUrlstringExternal URL
deduplicationKeystringDeduplication key
createdAtstringCreation date
updatedAtstringLast update date
startedAtstringStart date
endedAtstringEnd date

rootly_resolve_alert

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
alertIdstringYesNo description
resolutionMessagestringNoNo description
resolveRelatedIncidentsbooleanNoNo description

Output

ParameterTypeDescription
alertobjectThe resolved alert
idstringUnique alert ID
shortIdstringShort alert ID
summarystringAlert summary
descriptionstringAlert description
sourcestringAlert source
statusstringAlert status
externalIdstringExternal ID
externalUrlstringExternal URL
deduplicationKeystringDeduplication key
createdAtstringCreation date
updatedAtstringLast update date
startedAtstringStart date
endedAtstringEnd date

rootly_create_action_item

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
incidentIdstringYesNo description
summarystringYesNo description
descriptionstringNoNo description
kindstringNoNo description
prioritystringNoNo description
statusstringNoNo description
assignedToUserIdstringNoNo description
dueDatestringNoNo description

Output

ParameterTypeDescription
actionItemobjectThe created action item
idstringUnique action item ID
summarystringAction item title
descriptionstringAction item description
kindstringAction item kind (task, follow_up)
prioritystringPriority level
statusstringAction item status
dueDatestringDue date
createdAtstringCreation date
updatedAtstringLast update date

rootly_list_action_items

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
incidentIdstringYesNo description
pageSizenumberNoNo description
pageNumbernumberNoNo description

Output

ParameterTypeDescription
actionItemsarrayList of action items
idstringUnique action item ID
summarystringAction item title
descriptionstringAction item description
kindstringAction item kind (task, follow_up)
prioritystringPriority level
statusstringAction item status
dueDatestringDue date
createdAtstringCreation date
updatedAtstringLast update date
totalCountnumberTotal number of action items returned

rootly_list_users

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
searchstringNoNo description
emailstringNoNo description
pageSizenumberNoNo description
pageNumbernumberNoNo description

Output

ParameterTypeDescription
usersarrayList of users
idstringUnique user ID
emailstringUser email address
firstNamestringUser first name
lastNamestringUser last name
fullNamestringUser full name
timeZonestringUser time zone
createdAtstringCreation date
updatedAtstringLast update date
totalCountnumberTotal number of users returned

rootly_list_on_calls

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
scheduleIdsstringNoNo description
escalationPolicyIdsstringNoNo description
userIdsstringNoNo description
serviceIdsstringNoNo description

Output

ParameterTypeDescription
onCallsarrayList of on-call entries
idstringUnique on-call entry ID
userIdstringID of the on-call user
userNamestringName of the on-call user
scheduleIdstringID of the associated schedule
scheduleNamestringName of the associated schedule
escalationPolicyIdstringID of the associated escalation policy
startTimestringOn-call start time
endTimestringOn-call end time
totalCountnumberTotal number of on-call entries returned

rootly_list_schedules

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
searchstringNoNo description
pageSizenumberNoNo description
pageNumbernumberNoNo description

Output

ParameterTypeDescription
schedulesarrayList of schedules
idstringUnique schedule ID
namestringSchedule name
descriptionstringSchedule description
allTimeCoveragebooleanWhether schedule provides 24/7 coverage
createdAtstringCreation date
updatedAtstringLast update date
totalCountnumberTotal number of schedules returned

rootly_list_escalation_policies

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
searchstringNoNo description
pageSizenumberNoNo description
pageNumbernumberNoNo description

Output

ParameterTypeDescription
escalationPoliciesarrayList of escalation policies
idstringUnique escalation policy ID
namestringEscalation policy name
descriptionstringEscalation policy description
repeatCountnumberNumber of times to repeat escalation
groupIdsarrayAssociated group IDs
serviceIdsarrayAssociated service IDs
createdAtstringCreation date
updatedAtstringLast update date
totalCountnumberTotal number of escalation policies returned

rootly_list_causes

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
searchstringNoNo description
pageSizenumberNoNo description
pageNumbernumberNoNo description

Output

ParameterTypeDescription
causesarrayList of causes
idstringUnique cause ID
namestringCause name
slugstringCause slug
descriptionstringCause description
positionnumberCause position
createdAtstringCreation date
updatedAtstringLast update date
totalCountnumberTotal number of causes returned

rootly_list_playbooks

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
pageSizenumberNoNo description
pageNumbernumberNoNo description

Output

ParameterTypeDescription
playbooksarrayList of playbooks
idstringUnique playbook ID
titlestringPlaybook title
summarystringPlaybook summary
externalUrlstringExternal URL
createdAtstringCreation date
updatedAtstringLast update date
totalCountnumberTotal number of playbooks returned

On this page

Start building today
Trusted by over 100,000 builders.
The SaaS platform to build AI agents and run your agentic workforce.
Get started