{
  "topic": "errors.ENTITY_NOT_FOUND",
  "path": [
    "errors",
    "ENTITY_NOT_FOUND"
  ],
  "title": "ENTITY_NOT_FOUND — entity does not exist",
  "synopsis": "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.",
  "body": "# errors.ENTITY_NOT_FOUND\n\n## NAME\n\nENTITY_NOT_FOUND — the requested entity does not exist or is not accessible to the caller.\n\n## SYNOPSIS\n\nHTTP: `404` `Not Found`. Retryable: `no`.\n\n## DESCRIPTION\n\nNo 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.\n\nNot retryable. Point-in-time lookups require a timestamp within the entity's history.\n\n## SEE ALSO\n\n- errors\n- errors.MODEL_NOT_FOUND\n",
  "sections": [
    {
      "name": "NAME",
      "body": "ENTITY_NOT_FOUND — the requested entity does not exist or is not accessible to the caller."
    },
    {
      "name": "SYNOPSIS",
      "body": "HTTP: `404` `Not Found`. Retryable: `no`."
    },
    {
      "name": "DESCRIPTION",
      "body": "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.\n\nNot retryable. Point-in-time lookups require a timestamp within the entity's history."
    },
    {
      "name": "SEE ALSO",
      "body": "- errors\n- errors.MODEL_NOT_FOUND"
    }
  ],
  "see_also": [
    "errors",
    "errors.MODEL_NOT_FOUND"
  ],
  "stability": "stable",
  "actions": []
}
