ComfyUI/app/assets/api
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
..
routes.py Add job_ids filter param to GET /api/assets 2026-05-12 03:39:05 +00:00
schemas_in.py Add job_ids filter param to GET /api/assets 2026-05-12 03:39:05 +00:00
schemas_out.py feat(assets): align local API with cloud spec (#12863) 2026-03-16 12:34:04 -07:00
upload.py feat(assets): align local API with cloud spec (#12863) 2026-03-16 12:34:04 -07:00