ComfyUI/app/assets/database/queries
Cursor Agent 4f86901dc6
Add job_ids filter param to GET /api/assets
- Remove [cloud-only] marker from job_ids param in openapi.yaml
- Add job_ids field to ListAssetsQuery schema with CSV/list parsing
- Pass job_ids through route -> service -> query layer
- Filter AssetReference by job_id IN (...) on both data and count queries

Co-authored-by: Matt Miller <MillerMedia@users.noreply.github.com>
2026-05-12 03:39:05 +00:00
..
__init__.py feat(assets): register output files as assets after prompt execution (#12812) 2026-03-24 20:48:55 -07:00
asset_reference.py Add job_ids filter param to GET /api/assets 2026-05-12 03:39:05 +00:00
asset.py feat(assets): register output files as assets after prompt execution (#12812) 2026-03-24 20:48:55 -07:00
common.py feat(assets): align local API with cloud spec (#12863) 2026-03-16 12:34:04 -07:00
tags.py feat(assets): align local API with cloud spec (#12863) 2026-03-16 12:34:04 -07:00