an object with query parameters
OptionalcreatorId?: stringThe case-sensitive string used to search for a resource by creatorId.
Optionalid?: stringOptionalincludeItems?: stringOptionallimit?: numberOptionalname?: stringOptionalnext?: stringThe cursor to the next page of resources. Provide either the next or prev cursor, but not both.
Optionalprev?: stringOptionalquery?: stringOptionalsort?: "-name" | "+name" | "+createdAt" | "-createdAt" | "+updatedAt" | "-updatedAt"The property of a resource to sort on (default sort is +createdAt). The supported properties are createdAt, updatedAt, and name. A property must be prefixed by + or - to indicate ascending or descending sort order respectively.
Optionaltype?: CollectionTypesOptionaltypes?: CollectionTypes[]Optionaloptions: ApiCallOptions
Retrieves the collections that the user has access to. This endpoint does not return the user's favorites collection, which can be retrieved with
/v1/collections/favorites.