List Entities
entities
List Entities
List entities for the current app, paginated by id.
cursor is typed as uuid.UUID so FastAPI rejects malformed values
with 422 before they reach the query layer (was 500 when parsing was
deferred to uuid.UUID(cursor) inside the query helper).
GET
List Entities
Authorizations
API Key or JWT User Token. If using an API Key, set the X-As-User header to act as a specific user. A JWT User Token is always scoped to a specific user.
Query Parameters
Required range:
1 <= x <= 500