Retrieves all attributes for the current application with support for pagination, filtering by template keys, searching by name, and sorting by various fields.
Filter attributes by template keys (e.g., template_key=color&template_key=size)
Search term to filter attributes by name
Sort order. Should be one of ASC or DESC. Default DESC
The key to sort on. Can be one of name, created_at, updated_at, key. Default created_at
Page number (default is 1)
Amount of attributes per page. Minimum 1 and max 100 (default is 20)