v38

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-1793196344.2 KB
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

next_cursorstring nullable