List pulses
curl --request GET \
--url https://api.rootly.com/v1/pulses \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"type": "pulses",
"attributes": {
"summary": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"source": "<string>",
"services": [
{
"name": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"slug": "<string>",
"description": "<string>",
"public_description": "<string>",
"notify_emails": [
"<string>"
],
"color": "<string>",
"position": 123,
"backstage_id": "<string>",
"external_id": "<string>",
"pagerduty_id": "<string>",
"opsgenie_id": "<string>",
"cortex_id": "<string>",
"service_now_ci_sys_id": "<string>",
"github_repository_name": "<string>",
"github_repository_branch": "<string>",
"gitlab_repository_name": "<string>",
"gitlab_repository_branch": "<string>",
"environment_ids": [
"<string>"
],
"service_ids": [
"<string>"
],
"owner_group_ids": [
"<string>"
],
"owner_user_ids": [
123
],
"alert_urgency_id": "<string>",
"alerts_email_enabled": true,
"alerts_email_address": "<string>",
"slack_channels": [
{
"id": "<string>",
"name": "<string>"
}
],
"slack_aliases": [
{
"id": "<string>",
"name": "<string>"
}
],
"alert_broadcast_enabled": true,
"alert_broadcast_channel": {
"id": "<string>",
"name": "<string>"
},
"incident_broadcast_enabled": true,
"incident_broadcast_channel": {
"id": "<string>",
"name": "<string>"
}
}
],
"environments": [
{
"name": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"slug": "<string>",
"description": "<string>",
"notify_emails": [
"<string>"
],
"color": "<string>",
"position": 123,
"slack_channels": [
{
"id": "<string>",
"name": "<string>"
}
],
"slack_aliases": [
{
"id": "<string>",
"name": "<string>"
}
]
}
],
"external_url": "<string>",
"labels": [
{
"key": "<string>",
"value": "<string>"
}
],
"refs": [
{
"key": "<string>",
"value": "<string>"
}
],
"data": {}
}
}
],
"links": {
"self": "<string>",
"first": "<string>",
"prev": "<string>",
"next": "<string>",
"last": "<string>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
success
Show child attributes
Unique ID of the pulse
pulses Show child attributes
The summary of the pulse
Date of creation
Date of last update
The source of the pulse (eg: k8s)
Services attached to the pulse
Show child attributes
The name of the service
Date of creation
Date of last update
The slug of the service
The description of the service
The public description of the service
Emails attached to the service
The hex color of the service
Position of the service
The Backstage entity id associated to this service. eg: :namespace/:kind/:entity_name
The external id associated to this service
The PagerDuty service id associated to this service
The Opsgenie service id associated to this service
The Cortex group id associated to this service
The Service Now CI sys id associated to this service
The GitHub repository name associated to this service. eg: rootlyhq/my-service
The GitHub repository branch associated to this service. eg: main
The GitLab repository name associated to this service. eg: rootlyhq/my-service
The GitLab repository branch associated to this service. eg: main
Environments associated with this service
Services dependent on this service
Owner Teams associated with this service
Owner Users associated with this service
The alert urgency id of the service
Enable alerts through email
Email generated to send alerts to
Enable alerts to be broadcasted to a specific channel
Enable incidents to be broadcasted to a specific channel
Environments attached to the pulse
Show child attributes
The name of the environment
Date of creation
Date of last update
The slug of the environment
The description of the environment
Emails attached to the environment
The hex color of the environment
Position of the environment
The external url of the pulse
Additional data
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/pulses \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"type": "pulses",
"attributes": {
"summary": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"source": "<string>",
"services": [
{
"name": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"slug": "<string>",
"description": "<string>",
"public_description": "<string>",
"notify_emails": [
"<string>"
],
"color": "<string>",
"position": 123,
"backstage_id": "<string>",
"external_id": "<string>",
"pagerduty_id": "<string>",
"opsgenie_id": "<string>",
"cortex_id": "<string>",
"service_now_ci_sys_id": "<string>",
"github_repository_name": "<string>",
"github_repository_branch": "<string>",
"gitlab_repository_name": "<string>",
"gitlab_repository_branch": "<string>",
"environment_ids": [
"<string>"
],
"service_ids": [
"<string>"
],
"owner_group_ids": [
"<string>"
],
"owner_user_ids": [
123
],
"alert_urgency_id": "<string>",
"alerts_email_enabled": true,
"alerts_email_address": "<string>",
"slack_channels": [
{
"id": "<string>",
"name": "<string>"
}
],
"slack_aliases": [
{
"id": "<string>",
"name": "<string>"
}
],
"alert_broadcast_enabled": true,
"alert_broadcast_channel": {
"id": "<string>",
"name": "<string>"
},
"incident_broadcast_enabled": true,
"incident_broadcast_channel": {
"id": "<string>",
"name": "<string>"
}
}
],
"environments": [
{
"name": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"slug": "<string>",
"description": "<string>",
"notify_emails": [
"<string>"
],
"color": "<string>",
"position": 123,
"slack_channels": [
{
"id": "<string>",
"name": "<string>"
}
],
"slack_aliases": [
{
"id": "<string>",
"name": "<string>"
}
]
}
],
"external_url": "<string>",
"labels": [
{
"key": "<string>",
"value": "<string>"
}
],
"refs": [
{
"key": "<string>",
"value": "<string>"
}
],
"data": {}
}
}
],
"links": {
"self": "<string>",
"first": "<string>",
"prev": "<string>",
"next": "<string>",
"last": "<string>"
}
}