not_found
HTTP 404Not foundIngest APIRead APIManagement API
What happened
No entity with that id exists in this mode. Malformed ids answer 404 rather than 400 on read endpoints, so probing cannot distinguish “bad id” from “not yours”.
How to fix it
Check the mode your key is in — the same id does not exist in both partitions — and that the id was copied whole.
What you received
{
"type": "https://docs.sidelineexchange.com/errors/not_found",
"title": "Not found",
"status": 404,
"detail": "…"
}Worth understanding
- Test and live mode — Two isolated partitions of every table. The API key decides which one a request touches; there is no mode parameter to get wrong.
- Prefixed ULID — Every identifier says what it is: fx_ fixture, tm_ team, cmp_ competition, org_ organization, ven_ venue, src_ source, feed_, batch_, obs_.