Some products and features are in the process of being renamed. Generative playbook and flow features are also being migrated to a single consolidated console. See the details.
Required. The Environment to list all environments for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>.
Authorization requires the following IAM permission on the specified resource parent:
dialogflow.deployments.list
Query parameters
Parameters
pageSize
integer
The maximum number of items to return in a single page. By default 20 and at most 100.
pageToken
string
The nextPageToken value returned from a previous list request.
The list of deployments. There will be a maximum number of items returned based on the pageSize field in the request. The list may in some cases be empty or contain fewer entries than pageSize even if this isn't the last page.
nextPageToken
string
Token to retrieve the next page of results, or empty if there are no more results in the list.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["This page details how to list all deployments within a specified environment using an HTTP GET request to a particular endpoint."],["The request URL requires a `parent` path parameter, which identifies the environment in the format: `projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e/environments/\u003cEnvironmentID\u003e`."],["Optional query parameters `pageSize` and `pageToken` are available to manage the number of results returned and navigate through multiple pages of deployment listings, respectively."],["The response body will be a JSON structure containing an array of deployments, and a `nextPageToken` if more results are available, or empty if there are no more results in the list."],["To authorize this operation, either the `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow` OAuth scope is required."]]],[]]