List existing notes for the specified incident.

An incident represents a problem or an issue that needs to be addressed and resolved.

For more information see the API Concepts Document.

Parameters

ParameterDescription
IDID of the incident.

Example Output

{
	"summary": "Response Example",
	"value": {
		"notes": [
			{
				"channel": {
					"summary": "The PagerDuty website or APIs"
				},
				"content": "Firefighters are on the scene.",
				"created_at": "2013-03-06T15:28:51-05:00",
				"id": "PWL7QXS",
				"user": {
					"html_url": "https://subdomain.pagerduty.com/users/PXPGF42",
					"id": "PXPGF42",
					"self": "https://api.pagerduty.com/users/PXPGF42",
					"summary": "Earline Greenholt",
					"type": "user_reference"
				}
			},
			{
				"channel": {
					"html_url": "https://subdomain.pagerduty.com/event-rules/global/0e84de00-9511-4380-9f4f-a7b568bb49a0/rules/14e56445-ebab-4dd0-ba9d-fc28a41b7e7b",
					"id": "14e56445-ebab-4dd0-ba9d-fc28a41b7e7b",
					"self": "https://api.pagerduty.com/rulesets/0e84de00-9511-4380-9f4f-a7b568bb49a0/rules/14e56445-ebab-4dd0-ba9d-fc28a41b7e7b",
					"summary": "A Global Event Rule",
					"type": "event_rule_reference"
				},
				"content": "Initial alert information indicates a 1-alarm fire",
				"created_at": "2013-03-06T15:28:42-05:00",
				"id": "PCQC25",
				"user": {
					"html_url": "https://subdomain.pagerduty.com/event-rules/global/0e84de00-9511-4380-9f4f-a7b568bb49a0/rules/14e56445-ebab-4dd0-ba9d-fc28a41b7e7b",
					"id": "PXPGF42",
					"self": "https://api.pagerduty.com/users/PXPGF42",
					"summary": "A Global Event Rule",
					"type": "bot_user_reference"
				}
			}
		]
	}
}

Workflow Library Example

List Incident Notes with Pagerduty and Send Results Via Email

Preview this Workflow on desktop