Returns the list of agents. Since there is at most one conversational agent per project, this method is useful primarily for listing all agents across projects the caller has access to. One can achieve that with a wildcard project collection id "-". Refer to List Sub-Collections.
HTTP request
GET https://{endpoint}/v2beta1/{parent=projects/*}/agent:search
[[["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 endpoint retrieves a list of agents, useful for viewing all agents across projects accessible to the caller."],["The HTTP request uses the `GET` method with a specified endpoint and parent project in the path parameters, formatted as `projects/\u003cProject ID or '-'\u003e`."],["Required path parameter `parent` indicates the project from which to list agents, requiring `dialogflow.agents.search` IAM permission."],["Optional query parameters `pageSize` and `pageToken` allow for pagination of results, with a default page size of 100, up to 1000."],["The request body must be empty, and a successful response returns a `SearchAgentsResponse` object, and it requires authorization with `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow` scopes."]]],[]]