Retrieves a paginated list of add-ons accessible to your organization, including both organization-specific plugins and global system plugins. Supports search, filtering, and sorting with Laravel pagination.
Use a valid Bearer token to authenticate.
Search query to filter plugins by name or description
255Field to sort by
name, createdTime, updatedTime, usageCount Sort order (ascending or descending)
asc, desc Page number for pagination
1 <= x <= 1000Number of items per page (maximum 100)
1 <= x <= 100Filter by plugin status
active, inactive, draft