Skip to content
GET/api/v1/services/{serviceSlug}PublicOpen in browser →

Service detail

ParameterInTypeDescription
serviceSlugrequiredpathstring

Request

curl https://outagedeck.com/api/v1/services/github-actions

Response (truncated)

{
  "meta": { "version": "v1", "generatedAt": "2026-07-07T18:20:04Z" },
  "data": {
    "slug": "github-actions",
    "name": "GitHub Actions",
    "status": "operational",
    "provider": {
      "slug": "github",
      "name": "GitHub",
      "api": "/api/v1/providers/github"
    },
    "counts": { "incidents": 12, "activeIncidents": 0 },
    "incidents": [
      {
        "slug": "github-disruption-with-some-github-services-2026-07-03",
        "title": "Disruption with some GitHub services",
        "status": "resolved"
      }
    ],
    "links": {
      "html": "/services/github-actions",
      "api": "/api/v1/services/github-actions"
    }
  }
}

Machine-readable spec

This endpoint is described in the OpenAPI 3.1 document, ready for Postman, Insomnia, or code generation.

OpenAPI 3.1

https://outagedeck.com/api/v1/openapi