> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Incidents

Get all incidents for the user's organization.

<Note>
  External Documentation

  To learn more, visit the [Datadog documentation](https://docs.datadoghq.com/api/latest/incidents/#get-a-list-of-incidents).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter   | Description                                                   |
  | ----------- | ------------------------------------------------------------- |
  | Page Offset | Specific offset to use as the beginning of the returned page. |
  | Page Size   | Size for a given page.                                        |
</div>

## Example Output

```json theme={"dark"}
{
	"data": [
		{
			"type": "<string>",
			"id": "<string>",
			"attributes": {
				"public_id": 2,
				"incident_type_uuid": "<string>",
				"title": "<string>",
				"resolved": null,
				"customer_impact_scope": null,
				"customer_impact_start": null,
				"customer_impact_end": null,
				"customer_impacted": false,
				"notification_handles": [],
				"last_modified_by_uuid": "<string>",
				"created": "<string>",
				"modified": "<string>",
				"detected": "<string>",
				"created_by_uuid": "<string>",
				"creation_idempotency_key": null,
				"customer_impact_duration": 0,
				"time_to_detect": 0,
				"time_to_repair": 2,
				"time_to_internal_response": 2,
				"time_to_resolve": 0,
				"archived": null,
				"fields": {
					"severity": {
						"type": "<string>",
						"value": "<string>"
					},
					"state": {
						"type": "<string>",
						"value": "<string>"
					},
					"detection_method": {
						"type": "<string>",
						"value": "<string>"
					},
					"root_cause": {
						"type": "<string>",
						"value": null
					},
					"summary": {
						"type": "<string>",
						"value": null
					},
					"services": {
						"type": "<string>",
						"value": null
					},
					"teams": {
						"type": "<string>",
						"value": null
					}
				},
				"field_analytics": null,
				"severity": "<string>",
				"state": "<string>",
				"non_datadog_creator": null,
				"visibility": "<string>",
				"case_id": null
			},
			"relationships": {
				"created_by_user": {
					"data": {
						"type": "<string>",
						"id": "<string>"
					}
				},
				"last_modified_by_user": {
					"data": {
						"type": "<string>",
						"id": "<string>"
					}
				},
				"commander_user": {
					"data": {
						"type": "<string>",
						"id": "<string>"
					}
				},
				"user_defined_fields": {
					"data": [
						{
							"type": "<string>",
							"id": "<string>"
						},
						{
							"type": "<string>",
							"id": "<string>"
						}
					]
				},
				"integrations": {
					"data": []
				},
				"attachments": {
					"data": []
				},
				"responders": {
					"data": [
						{
							"type": "<string>",
							"id": "<string>"
						}
					]
				},
				"impacts": {
					"data": []
				}
			}
		},
		{
			"type": "<string>",
			"id": "<string>",
			"attributes": {
				"public_id": 2,
				"incident_type_uuid": "<string>",
				"title": "<string>",
				"resolved": "<string>",
				"customer_impact_scope": null,
				"customer_impact_start": null,
				"customer_impact_end": null,
				"customer_impacted": false,
				"notification_handles": [],
				"last_modified_by_uuid": "<string>",
				"created": "<string>",
				"modified": "<string>",
				"detected": "<string>",
				"created_by_uuid": "<string>",
				"creation_idempotency_key": null,
				"customer_impact_duration": 0,
				"time_to_detect": 2,
				"time_to_repair": 2,
				"time_to_internal_response": 0,
				"time_to_resolve": 156,
				"archived": null,
				"fields": {
					"severity": {
						"type": "<string>",
						"value": "<string>"
					},
					"state": {
						"type": "<string>",
						"value": "<string>"
					},
					"detection_method": {
						"type": "<string>",
						"value": "<string>"
					},
					"root_cause": {
						"type": "<string>",
						"value": null
					},
					"summary": {
						"type": "<string>",
						"value": "<string>"
					},
					"services": {
						"type": "<string>",
						"value": null
					},
					"teams": {
						"type": "<string>",
						"value": null
					}
				},
				"field_analytics": null,
				"severity": "<string>",
				"state": "<string>",
				"non_datadog_creator": null,
				"visibility": "<string>",
				"case_id": null
			},
			"relationships": {
				"created_by_user": {
					"data": {
						"type": "<string>",
						"id": "<string>"
					}
				},
				"last_modified_by_user": {
					"data": {
						"type": "<string>",
						"id": "<string>"
					}
				},
				"commander_user": {
					"data": null
				},
				"user_defined_fields": {
					"data": [
						{
							"type": "<string>",
							"id": "<string>"
						},
						{
							"type": "<string>",
							"id": "<string>"
						}
					]
				},
				"integrations": {
					"data": []
				},
				"attachments": {
					"data": []
				},
				"responders": {
					"data": [
						{
							"type": "<string>",
							"id": "<string>"
						},
						{
							"type": "<string>",
							"id": "<string>"
						}
					]
				},
				"impacts": {
					"data": []
				}
			}
		}
	],
	"meta": {
		"pagination": {
			"offset": 1,
			"next_offset": 3,
			"size": 1
		}
	}
}
```

## Workflow Library Example

[List Incidents with Datadog and Send Results Via Email](https://library.blinkops.com/workflows/list-incidents-with-datadog-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-incidents-with-datadog-and-send-results-via-email/canvas" />
</div>
