Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

app_name
string

Filter results by application name.

version
string

Filter results by version label.

limit
integer
default:20

Limit the number of apps to return.

Required range: 1 <= x <= 100
offset
integer
default:0

Offset the number of apps to return.

Required range: x >= 0
query
string

Search apps by name.

Response

List of apps.

id
string
required

Unique identifier for the app version

Example:

"rr33xuugxj9h0bkf1rdt2bet"

app_name
string
required

Name of the application

Example:

"my-app"

version
string
required

Version label for the application

Example:

"1.0.0"

region
string
required

Deployment region code

Allowed value: "aws.us-east-1a"
Example:

"aws.us-east-1a"

deployment
string
required

Deployment ID

actions
object[]
required

List of actions available on the app

env_vars
object
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.