Fetch all attributes for the current application. Supports pagination, filtering by attribute template keys, and searching by attribute name.
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)