addons
List all addons
get/addons
Query parameters
sort_by'created_at' | 'updated_at' | 'name' | 'downloads'
The field to sort by
pageinteger
Page number of the results to fetch
per_pageinteger
The number of results per page (max 1000).
Response
Response
Example response
{
"items": [
{
"name": "aws-policies",
"team_name": "cloudquery",
"display_name": "AWS Policies",
"category": "cloud-infrastructure",
"created_at": "2017-07-14T16:53:42Z",
"updated_at": "2017-07-14T16:53:42Z",
"homepage": "https://cloudquery.io",
"logo": "https://storage.googleapis.com/cq-cloud-images/9ac4cb31-e971-4879-8619-87dc22b0f98e",
"official": true,
"short_description": "Sync data from AWS to any destination",
"repository": "https://github.com/cloudquery/cloudquery",
"tier": "free",
"price_usd": "50",
"addon_type": "visualization",
"addon_format": "zip"
}
]
}