Skip to content

Get incident details

GET
/api/v1/incidents/{incident_id}

Returns a single incident with full details.

Authorizations

Parameters

Path Parameters

incident_id
required
string

Query Parameters

tenant_id
required

Tenant identifier

string

Tenant identifier

Responses

200

Successful Response

A classified incident record.

Args: incident_id: Unique incident identifier. tenant_id: Tenant where the incident occurred. severity: Severity level (SEV1, SEV2, SEV3, SEV4). category: Incident category (infrastructure, agent, billing, security, integration). title: Short incident title. description: Detailed incident description. source: Detection source (health_check, error_spike, latency_anomaly, tenant_complaint). status: Current status (detected, investigating, mitigating, resolved). detected_at: ISO timestamp when the incident was detected. resolved_at: ISO timestamp when resolved (None if ongoing). runbook_executed: Whether a runbook was executed. escalated: Whether the incident was escalated.

object
category
string
default: infrastructure
description
string
""
detected_at
string
escalated
boolean
incident_id
string
resolved_at
Any of:
string
runbook_executed
boolean
severity
string
default: SEV4
source
string
default: health_check
status
string
default: detected
tenant_id
string
""
title
string
""

422

Validation Error

object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string