Skip to main content
GET
/
api
/
apps
/
beta
/
apps
/
{appId}
/
versions
/
{versionId}
/
instances
List App Instances
curl --request GET \
  --url https://api.example.com/api/apps/beta/apps/{appId}/versions/{versionId}/instances \
  --header 'X-Domino-Api-Key: <api-key>'
{
  "items": [
    {
      "createdAt": 123,
      "id": "<string>",
      "status": "<string>",
      "describeUrl": "<string>"
    }
  ],
  "metadata": {
    "notices": [
      "<string>"
    ],
    "requestId": "<string>",
    "limit": 123,
    "offset": 123,
    "totalCount": 123
  }
}

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

appId
string
required

The id of the app to retrieve the instances for.

versionId
string
required

The id of the app version to retrieve the instances for.

Response

Success

items
object[]
required
metadata
object
required