List collections
Collections
List Collections
Retrieve all collections for your account
GET
List collections
Authorizations
Enter your API token from the Haystack dashboard
Query Parameters
Maximum number of records to return (max: 100, default: 50)
Required range:
1 <= x <= 100Number of records to skip for pagination (default: 0)
Required range:
x >= 0Sort order in format 'fieldName,direction' (e.g., 'title,ASC'). Use multiple _orderBy[] parameters for multi-field sorting.
Pattern:
^[a-zA-Z]+,(ASC|DESC)$Related entities to include in the response
Available options:
variantTypes Include soft-deleted records in the results
Response
200 - application/json
List of collections with pagination metadata (limit, offset, page, totalRecords, totalPages, hasMore)

