Get application attributes
GET/api/v1/:team_slug/:app_slug/attributes/values
Fetch all attributes for the current application. Supports pagination, filtering by attribute template keys, and searching by attribute name.
Request
Responses
- 200
- 400
- 401
- 500
A list of attributes with pagination details
Invalid request (e.g., bad pagination parameters, invalid sort key)
Unauthorized access
Internal server error