Skip to main content
GET
Get incident

Authorizations

X-API-Key
string
header
required

API key for authentication. Get yours at https://0xarchive.io/dashboard

Path Parameters

id
string
required

Incident ID

Response

Incident details

Data quality incident

id
string

Unique incident ID

status
enum<string>
Available options:
open,
investigating,
identified,
monitoring,
resolved
severity
enum<string>
Available options:
minor,
major,
critical
exchange
string | null

Affected exchange

data_types
string[]

Affected data types

symbols_affected
string[]

Affected symbols

started_at
string<date-time>
resolved_at
string<date-time> | null
duration_minutes
integer | null
title
string
description
string | null
root_cause
string | null
resolution
string | null
records_affected
integer<int64> | null
records_recovered
integer<int64> | null
Last modified on August 13, 2026