Page size limits

Page size limits

Page size controls how many items an API list operation returns in a single response.

Current documented limits

The migrated documentation states:

Setting Value
Maximum items per page 100
Default page size Varies by endpoint

The current DAM OpenAPI description also documents $top with a default of 100 and maximum of 100 for image listing.

For Catalog endpoints, check the Catalog endpoint reference and resource metadata for endpoint-specific behavior.

Recommendations

Example

GET https://api2.saleslayer.com/catalog/Products?$top=50
GET https://api2.saleslayer.com/dam/images?$top=50