Add job_ids filter for GET api assets (#13998)

Amp-Thread-ID: https://ampcode.com/threads/T-019e4ca5-b71a-7168-8f56-58b2325f34c3
Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Simon Pinfold
2026-05-22 10:53:50 +12:00
parent 00c88a4634
commit 560e6ee5c1
7 changed files with 166 additions and 0 deletions

View File

@@ -1572,6 +1572,17 @@ paths:
type: string
enum: [asc, desc]
description: Sort direction
- name: job_ids
in: query
schema:
type: array
maxItems: 500
items:
type: string
format: uuid
style: form
explode: true
description: "Filter assets by associated job UUIDs. Accepts repeated query params (e.g. `?job_ids=a&job_ids=b`) or a single comma-separated value (`?job_ids=a,b`)."
- name: include_public
in: query
schema: