getAssetsByGroup
POST
/{apiKey}
Returns assets filtered by their group information.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
stringrequired
The group key to filter by.
stringrequired
The group value to filter by.
objectoptional
Sorting criteria for assets.
integeroptionaldefaults to
100The maximum number of assets to retrieve.
integeroptionaldefaults to
1The index of the "page" to retrieve.
stringoptional
Retrieve assets before this cursor.
stringoptional
Retrieve assets after this cursor.
Responses
200
Returns assets filtered by the specified group.
Was this page helpful?