HTTP 413, ingestion
INGEST-003
Batch exceeds the size limit.
What it means
The payload is larger than the endpoint accepts.
What to do
Send smaller batches. The recorder batches on your behalf and is the supported path.
The response
Every failure arrives in this shape. The trace_id is worth keeping: it identifies the request in our logs and carries nothing about your data.
{
"type": "https://shiftgraph.dev/errors/INGEST-003",
"title": "Batch exceeds the size limit.",
"status": 413,
"code": "INGEST-003",
"trace_id": "01J8Z…"
}Related codes
The endpoint your recorder sends to. The value-free gate lives here: a batch carrying real values is refused rather than stored, and the response names the offending path.
- INGEST-001Unknown ingest key.HTTP 401
- INGEST-002Batch rejected: value-bearing payload.HTTP 422
- INGEST-004Ingest rate limit reached.HTTP 429
The full error reference, or write to support@shiftgraph.dev with the trace id.