Skip to main content

List Environments

GET 

/apps/:app_id/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.

Request

Path Parameters

    app_id App Idrequired

Responses

Successful Response
Schema
  • Array [

  • name Name (string)required
    app_id App Id (string)required
    project_id Project Id (string)required
    deployed_app_variant_idobject

    required

    anyOf

    string

    deployed_variant_nameobject

    required

    anyOf

    string

    deployed_app_variant_revision_idobject

    required

    anyOf

    string

    revisionobject

    required

    anyOf

    integer

    organization_idobject
    anyOf

    string

    workspace_idobject
    anyOf

    string

  • ]

Loading...