v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBappManagementV2
List apps
List all apps from the App Catalog.
get/v2/apps
Query parameters
namestring
Name of the app.
authorstring
Author of the app.
Response
List of apps.
Example response
{
"apps": [
{
"uuid": "ceb7fac5-1127-4a04-a5b8-2e49190be3d5",
"name": "AWS CloudTrail",
"description": "AWS CloudTrail app description",
"latestVersion": "1.1.0",
"icon": "https://some-bucket.s3.amazonaws.com/AWSCloudTrail.png",
"author": "Sumo Logic",
"accountTypes": [
"All"
],
"installs": 3452,
"attributes": {
"category": [
"Web Server",
"IT Infrastructure",
"Amazon Web Services"
],
"useCase": [
"security",
"observability"
],
"collection": [
"OpenTelemetry"
]
},
"installable": true,
"showOnMarketplace": true,
"modifiedAt": "2018-10-16T09:10:00Z"
}
]
}