List organization's all assets with given filters. If none given, return all assets.
Query parameters
Case-sensitive exact match on the asset name. Cannot be combined with namePrefixFilter. When combined with includeAppStore=true, a leading "appstore/" is stripped before querying App Store assets (whose stored names never carry the prefix).
Case-sensitive prefix match on the asset name. LIKE wildcards ("%", "_") in the value are treated as literal characters, not wildcards. Empty string is rejected with 400; omit the parameter if no filtering is desired. Cannot be combined with nameFilter. When combined with includeAppStore=true, a leading "appstore/" is stripped before querying App Store assets (whose stored names never carry the prefix); a partial prefix like "appstor" will not match any App Store assets.
If true, also includes assets from Limrun App Store where you have access to. App Store assets will be returned with a "appstore/" prefix in their names.
Toggles whether a download URL should be included in the response
Toggles whether an upload URL should be included in the response
Filters assets by kind.
Maximum number of items to be returned. The default is 50.
Response
OK