﻿# ENTITY_NOT_FOUND — entity does not exist

No entity with the given ID exists in the tenants data store, or the entity existed at a point-in-time that precedes the requested snapshot. Also returne…

<em>cyoda-go version <a href="https://github.com/Cyoda-platform/cyoda-go/releases/tag/v0.6.2">0.6.2</a></em>

# errors.ENTITY_NOT_FOUND

## NAME

ENTITY_NOT_FOUND — the requested entity does not exist or is not accessible to the caller.

## SYNOPSIS

HTTP: `404` `Not Found`. Retryable: `no`.

## DESCRIPTION

No entity with the given ID exists in the tenant's data store, or the entity existed at a point-in-time that precedes the requested snapshot. Also returned for audit log lookups when the specified event or message cannot be found.

Not retryable. Point-in-time lookups require a timestamp within the entity's history.

## SEE ALSO

- errors
- errors.MODEL_NOT_FOUND

## See also

- [`cyoda help errors`](/help/errors/) — Every error response from the Cyoda REST API carries a structured `errorCode` in the `properties` object. Multiple codes may share the same HTTP status. Programmatic handling keys on `errorCode`, not HTTP status.
- [`cyoda help errors MODEL_NOT_FOUND`](/help/errors/model_not_found/) — The entity type or model name specified in the request does not exist in the tenant's model registry. Occurs when creating entities with an unknown type, importing data that references a missing model, or performing model lifecycle transitions on a model ID that does not exist.

## Raw formats

- [`/help/errors/entity_not_found.json`](/help/errors/entity_not_found.json) — full descriptor (matches `GET /help/{topic}` envelope)
- [`/help/errors/entity_not_found.md`](/help/errors/entity_not_found.md) — body only