Overview
Reference
- AlertEvents
- AlertGroups
- AlertUrgencies
- AlertSources
- Alerts
- Audits
- Authorizations
- CatalogEntities
- CatalogEntityProperties
- CatalogFields
- Catalogs
- Causes
- [DEPRECATED] CustomFieldOptions
- [DEPRECATED] CustomFields
- CustomForms
- DashboardPanels
- Dashboards
- Environments
- EscalationPolicies
- EscalationLevelsPolicies
- EscalationLevelsPath
- EscalationLevels
- EscalationPaths
- FormFieldOptions
- FormFieldPlacementConditions
- FormFieldPlacements
- FormFieldPositions
- FormFields
- FormSetConditions
- FormSets
- Functionalities
- WorkflowTasks
- [DEPRECATED] WorkflowCustomFieldSelections
- WorkflowFormFieldConditions
- WorkflowGroups
- WorkflowRuns
- Workflows
- Heartbeats
- IncidentActionItems
- [DEPRECATED] IncidentCustomFieldSelections
- IncidentEventFunctionalities
- IncidentEventServices
- IncidentEvents
- IncidentFeedbacks
- IncidentFormFieldSelections
- IncidentPermissionSetBooleans
- IncidentPermissionSetResources
- IncidentPermissionSets
- IncidentRetrospectives
- IncidentRetrospectiveSteps
- IncidentRoleTasks
- IncidentRoles
- IncidentStatusPageEvents
- IncidentSubStatuses
- IncidentTypes
- Incidents
- IpRanges
- LiveCallRouters
- OnCallRoles
- OnCallShadows
- OverrideShifts
- PlaybookTasks
- Playbooks
- RetrospectiveTemplates
- Pulses
- RetrospectiveConfigurations
- RetrospectiveProcessGroupSteps
- RetrospectiveProcessGroups
- RetrospectiveProcesses
- RetrospectiveSteps
- Roles
- ScheduleRotationActiveDays
- ScheduleRotationUsers
- ScheduleRotations
- Schedules
- Shifts
- Secrets
- Services
- Severities
- StatusPageTemplates
- StatusPages
- SubStatuses
- Teams
- UserNotificationRules
- Users
- WebhooksDeliveries
- WebhooksEndpoints
AlertEvents
Retrieve alert event
AlertEvents
Retrieve alert event
Retrieves a specific alert_event by id
GET
/
v1
/
alert_events
/
{id}
curl --request GET \
--url https://api.rootly.com/v1/alert_events/%7Bid%7D \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
"data": {
"id": "e3880d59-0b25-43e3-a868-abf3ac0a498c",
"type": "alert_events",
"attributes": {
"kind": "informational",
"source": "web",
"action": "created",
"details": null,
"user": null,
"incident": null,
"schedule": null,
"escalation_level": null,
"escalation_target_type": null,
"escalation_target": null,
"slack_channel": null,
"incident_ids": [],
"created_at": "2025-03-13T11:58:31.120-07:00",
"updated_at": "2025-03-13T11:58:31.120-07:00"
}
}
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200
application/vnd.api+json
alert_event found
Unique ID of the alert event
Available options:
alert_events
Available options:
informational
, notification
, action
, status_update
, recording
, alert_grouping
, alert_urgency
, note
, noise
, maintenance
Available options:
created
, emailed
, slacked
, called
, texted
, notified
, opened
, retriggered
, answered
, acknowledged
, escalated
, paged
, resolved
, created
, attached
, snoozed
, triggered
, acknowledged
, resolved
, created
, updated
, added
, removed
, updated
, marked
, not_marked
, muted
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/alert_events/%7Bid%7D \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
"data": {
"id": "e3880d59-0b25-43e3-a868-abf3ac0a498c",
"type": "alert_events",
"attributes": {
"kind": "informational",
"source": "web",
"action": "created",
"details": null,
"user": null,
"incident": null,
"schedule": null,
"escalation_level": null,
"escalation_target_type": null,
"escalation_target": null,
"slack_channel": null,
"incident_ids": [],
"created_at": "2025-03-13T11:58:31.120-07:00",
"updated_at": "2025-03-13T11:58:31.120-07:00"
}
}
}