Apps

List Environments

Retrieve a list of environments for a given app ID.

Args: app_id (str): The ID of the app to retrieve environments for.

Returns: List[EnvironmentOutput]: A list of environment objects.

get/apps/{app_id}/environments

Path parameters

app_idstring required

Response

Successful Response

namestring required
app_idstring required
project_idstring required
deployed_app_variant_idstring nullable
deployed_variant_namestring nullable
deployed_app_variant_revision_idstring nullable
revisioninteger nullable
organization_idstring nullable
workspace_idstring nullable

Changes