Apps
List apps
List applications. Optionally filter by app name and/or version label.
get/apps
Query parameters
app_namestring
Filter results by application name.
versionstring
Filter results by version label.
limitinteger
Limit the number of apps to return.
offsetinteger
Offset the number of apps to return.
querystring
Search apps by name.
Response
List of apps.
Example response
[
{
"id": "rr33xuugxj9h0bkf1rdt2bet",
"app_name": "my-app",
"version": "1.0.0",
"region": "aws.us-east-1a",
"actions": [
{
"name": "analyze"
}
]
}
]