Observer
API

POST /incidents/from-metric/{metricId}

Pre-fill a draft incident from the metric's current state (idempotent within 30 minutes)

Example request

curl -X POST "https://api.use.observer/api/v1/incidents/from-metric/{metricId}" \
  -H "Authorization: Bearer YOUR_API_KEY"

Responses

200 — ok

null

401 — missing or invalid bearer token

403 — missing required scope

404 — not found (or cross-tenant — same response)

429 — rate limit exceeded

Was this page helpful?