curl --request GET \
--url https://api.devhelm.io/api/v1/services/{slugOrId}/incidents \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"serviceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"serviceSlug": "<string>",
"serviceName": "<string>",
"externalId": "<string>",
"title": "<string>",
"status": "<string>",
"impact": "<string>",
"startedAt": "2023-11-07T05:31:56Z",
"resolvedAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"shortlink": "<string>",
"detectedAt": "2023-11-07T05:31:56Z",
"vendorCreatedAt": "2023-11-07T05:31:56Z"
}
],
"hasNext": true,
"hasPrev": true
}curl --request GET \
--url https://api.devhelm.io/api/v1/services/{slugOrId}/incidents \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"serviceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"serviceSlug": "<string>",
"serviceName": "<string>",
"externalId": "<string>",
"title": "<string>",
"status": "<string>",
"impact": "<string>",
"startedAt": "2023-11-07T05:31:56Z",
"resolvedAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"shortlink": "<string>",
"detectedAt": "2023-11-07T05:31:56Z",
"vendorCreatedAt": "2023-11-07T05:31:56Z"
}
],
"hasNext": true,
"hasPrev": true
}API key (dh_live_...) or Auth0 JWT token
Earliest start date (ISO 8601 date)
Filter: active (unresolved), resolved, or omit for all
active, resolved Show child attributes