API
CLI
GET /v1beta/projects/{project}/addons
Example response
200 OK
A list of addons belonging to the project.
JSON
{
"addons": [
{
"name": "Example Addon",
"internalId": "example-addon",
"appId": "/example-user/default-project/example-job",
"description": "This is the addon description",
"spec": {
"type": "mongodb"
},
"status": "running"
}
]
}