latestOpenAPI 3.1.02026-08-22154287463.4 KB

858365328f92

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.

app_namestring required

Name of the application

deploymentstring required

Deployment ID

env_varsobject required

Environment variables configured for this app version. Values are redacted for API key, OAuth, and managed-auth callers, which receive every key with an empty string value. Only dashboard sessions receive the actual values.

idstring required

Unique identifier for the app version

region'aws.us-east-1a' required

Deployment region code

versionstring required

Version label for the application

Example response

[
  {
    "actions": [
      {
        "name": "analyze"
      }
    ],
    "app_name": "my-app",
    "id": "rr33xuugxj9h0bkf1rdt2bet",
    "region": "aws.us-east-1a",
    "version": "1.0.0"
  }
]