List Job Tags V1
Distinct tag values + counts across the tenant’s jobs. Pairs with the ?tag= filter on GET /jobs for tag discovery…
GET
Distinct tag values + counts across the tenant’s jobs.
Pairs with the
?tag= filter on GET /jobs for tag discovery.
Implementation pulls each tagged job’s params.tags and aggregates
in Python — JSON-stored tags don’t have a portable GROUP BY across
SQLite + Postgres, and tenant volume is bounded.
Response
TagListResponse
TagSummary[]
required
Distinct tag values, sorted by count descending. Empty when the tenant has no tagged jobs.
integer
required