v97

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-31135175384.2 KB
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.

idstring required

Unique identifier for the app version

app_namestring required

Name of the application

versionstring required

Version label for the application

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

Deployment region code

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.

Example response

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