Skip to main content
GET
Get data stream ingestion health

Authorizations

X-API-KEY
string
header
required

Path Parameters

key
string
required

The immutable data stream key

Response

Health snapshot

Ingestion health snapshot for a data stream. All counts are indexed lookups; safe to poll.

records_count
integer
import_batches_count
integer
import_batches_record_sum
integer

Sum of record_count across all import batches. Drift from records_count indicates orphaned or extra records.

orphan_records_count
integer

Records on this stream with no import_batch_id (typically created via POST /records or POST /records/bulk)

bulk_requests
object
last_ingestion_at
string<date-time> | null

Most recent record created_at on this stream