Ingestion Warnings
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET |
List all ingestion warnings v2
Lists this project's ingestion warnings — events or person/group updates that were ingested with problems (oversized messages, rejected person merges, invalid data) — grouped by warning type. Each entry carries the warning's category and severity, the total count and a sparkline over the requested time range, and the most recent sample warnings with the affected event/person/group. Filter by category, type, severity or time range to drill into a specific problem.
Required API key scopes
ingestion_warning:readQuery parameters
- categorystring
- limitinteger
- order_bystringOne of:
"count""last_seen" - qstring
- samplesinteger
- severitystringOne of:
"info""warning""error" - sincestring
- typestring
- untilstring
Example request
GET /api /projects /:project_id /ingestion_warnings_v2Example response
Status 200
RESPONSE