Better Stack · Example Payload

Better Stack Incident Attributes Example

IncidentsLogsMonitoringPlatformStatusUptimeObservabilityOn-CallHeartbeats

Better Stack Incident Attributes Example is an example object payload from Better Stack, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nameurlhttp_methodcausestarted_atacknowledged_atresolved_atstatusteam_nameregions

Example Payload

Raw ↑
{
  "name": "Production API",
  "url": "https://example.com",
  "http_method": "GET",
  "cause": "Connection timeout",
  "started_at": "2026-04-18T14:00:00Z",
  "acknowledged_at": "2026-04-18T14:05:00Z",
  "resolved_at": "2026-04-18T14:15:00Z",
  "status": "Resolved",
  "team_name": "my-team",
  "regions": [
    "us"
  ]
}