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/entities
Query parameters
typestring nullable
searchstring nullable
limitinteger
cursorstring uuid nullable
Response
Successful Response