Folders
Get Folder Contents
Retrieves paginated, filtered, and sorted media items in a folder
GET
Error
Query Parameters
Page number (default: 1)
Items per page (default: 20, max: 100)
Filter by type: image, video, file, all (default: all)
Sort field: name, created_at, updated_at, type (default: created_at)
Sort order: asc, desc (default: desc)
Filter by attribute(s). Repeat the query parameter once per filter, each in the form template_key/attribute_key. Filters sharing the same template_key combine with OR; distinct template_keys combine with AND. Example: ?attributes=color/red&attributes=color/blue&attributes=size/large
Previous
Get Folder FacetsReturns every attribute available on media within a folder, with distinct-item counts. The returned filter_key on each facet can be passed back to Get Folder Contents as part of `attributes=` to filter the listing. Per-template exclusion: when computing counts for a facet, filters on that same template_key are ignored; filters on other templates still apply. This matches the OR-within-template / AND-across-template filter semantics so users can multi-select within a template and still see realistic counts for the other values.
Next
Error