Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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 } }
List all app instances
The id of the app to retrieve the instances for.
The id of the app version to retrieve the instances for.
Success
Show child attributes
Was this page helpful?
Contact support