List Incidents
Get all incidents for the user's organization.
External Documentation
To learn more, visit the Datadog documentation.
Parameters
Parameter | Description |
---|---|
Page Offset | Specific offset to use as the beginning of the returned page. |
Page Size | Size for a given page. |
Example Output
{
"data": [
{
"attributes": {
"created": "2020-04-21T15:34:08.627205+00:00",
"creation_idempotency_key": null,
"customer_impact_duration": 0,
"customer_impact_end": null,
"customer_impact_scope": null,
"customer_impact_start": null,
"customer_impacted": false,
"detected": "2020-04-14T00:00:00+00:00",
"modified": "2020-09-17T14:16:58.696424+00:00",
"postmortem_id": "00000000-0000-0000-0000-000000000000",
"public_id": 1,
"resolved": null,
"severity": "SEV-1",
"time_to_detect": 0,
"time_to_internal_response": 0,
"time_to_repair": 0,
"time_to_resolve": 0,
"title": "Example Incident"
},
"id": "00000000-0000-0000-0000-000000000000",
"relationships": {
"commander_user": {
"data": {
"id": "00000000-0000-0000-0000-000000000000",
"type": "users"
}
},
"created_by_user": {
"data": {
"id": "00000000-0000-0000-0000-000000000000",
"type": "users"
}
},
"integrations": {
"data": [
{
"id": "00000000-0000-0000-0000-000000000000",
"type": "incident_integrations"
},
{
"id": "00000000-0000-0000-0000-000000000000",
"type": "incident_integrations"
}
]
},
"last_modified_by_user": {
"data": {
"id": "00000000-0000-0000-0000-000000000000",
"type": "users"
}
},
"postmortem": {
"data": {
"id": "00000000-0000-0000-0000-000000000000",
"type": "incident_postmortems"
}
}
},
"type": "incidents"
},
{
"attributes": {
"created": "2020-04-21T15:34:08.627205+00:00",
"creation_idempotency_key": null,
"customer_impact_duration": 0,
"customer_impact_end": null,
"customer_impact_scope": null,
"customer_impact_start": null,
"customer_impacted": false,
"detected": "2020-04-14T00:00:00+00:00",
"modified": "2020-09-17T14:16:58.696424+00:00",
"postmortem_id": "00000000-0000-0000-0000-000000000000",
"public_id": 2,
"resolved": null,
"severity": "SEV-5",
"time_to_detect": 0,
"time_to_internal_response": 0,
"time_to_repair": 0,
"time_to_resolve": 0,
"title": "Example Incident 2"
},
"id": "00000000-0000-0000-0000-000000000000",
"relationships": {
"commander_user": {
"data": {
"id": "00000000-0000-0000-0000-000000000000",
"type": "users"
}
},
"created_by_user": {
"data": {
"id": "00000000-0000-0000-0000-000000000000",
"type": "users"
}
},
"integrations": {
"data": [
{
"id": "00000000-0000-0000-0000-000000000000",
"type": "incident_integrations"
},
{
"id": "00000000-0000-0000-0000-000000000000",
"type": "incident_integrations"
}
]
},
"last_modified_by_user": {
"data": {
"id": "00000000-0000-0000-0000-000000000000",
"type": "users"
}
},
"postmortem": {
"data": {
"id": "00000000-0000-0000-0000-000000000000",
"type": "incident_postmortems"
}
}
},
"type": "incidents"
}
],
"included": [
null,
null
],
"meta": {
"pagination": {
"next_offset": 1000,
"offset": 10,
"size": 1000
}
}
}
Workflow Library Example
List Incidents with Datadog and Send Results Via Email
Preview this Workflow on desktop