DEBUG_EVENT_QUERY_UNINDEXED
400invalid_requestThe event query named no indexed predicate.
Cause
The filter set could only be answered by scanning the whole table, so the archive refused it instead of answering from an arbitrary slice of rows.
How to fix it
Add at least one indexed predicate: a single event type, a single source, or an aggregate, correlation or biller id.
Example response
400 DEBUG_EVENT_QUERY_UNINDEXED
JSON
{
"error_code": "DEBUG_EVENT_QUERY_UNINDEXED",
"error_type": "invalid_request",
"error_message": "The event query named no indexed predicate.",
"hint": "Add at least one indexed predicate: a single event type, a single source, or an aggregate, correlation or biller id.",
"docs_url": "https://docs.billerapi.com/errors/DEBUG_EVENT_QUERY_UNINDEXED",
"request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}Related
- Error handling — the error envelope shape and how to parse it
- Error code reference — every stable error code
Canonical docs URL: https://docs.billerapi.com/errors/DEBUG_EVENT_QUERY_UNINDEXED
Was this page helpful?