Skip to main content
Is Entity Saved
Requires the entities bundle. A project without the entities bundle returns 403 database/tables-not-available. See Bundles.
Returns whether the specified entity is saved in any collection belonging to the authenticated user, along with the list of matching collections.

Query Parameters

string
required
The ID of the entity to check.

Response

boolean
true if the entity is saved in at least one collection.
Array<{ id: string; name: string }>
List of collections (by ID and name) that contain this entity.

Error Responses