Addons
Get a list of addons
Retrieves a paginated list of addons in the environment.
get/api/v1/addons
Query parameters
afterstring uuid
Return items that come after this cursor
beforestring uuid
Return items that come before this cursor
limitinteger
Maximum number of items to return
productIdstring
Filter by product ID
statusstring[]
Filter by status. Supports comma-separated values for multiple statuses
Filter by creation date using range operators: gt, gte, lt, lte
Response
A paginated list of addon objects.