ComfyUI/app/assets/api
Matt Miller 39abd769b1 feat(assets): thread cursor through schemas, service, and query layer
list_assets_page accepts an opaque 'after' cursor and returns
next_cursor when more pages are available. The query applies a keyset
WHERE clause and a secondary ORDER BY id for deterministic tiebreak.

Cursor sort field is validated against the request sort, and a
last_access_time sort (OSS-only) falls back to offset/limit. Offset is
ignored whenever a cursor is supplied.
2026-05-20 12:58:55 -07:00
..
routes.py feat(assets): align local API with cloud spec (#12863) 2026-03-16 12:34:04 -07:00
schemas_in.py feat(assets): thread cursor through schemas, service, and query layer 2026-05-20 12:58:55 -07:00
schemas_out.py feat(assets): thread cursor through schemas, service, and query layer 2026-05-20 12:58:55 -07:00
upload.py feat(assets): align local API with cloud spec (#12863) 2026-03-16 12:34:04 -07:00