- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Lists tools in the given app.
HTTP request
GET https://ces.googleapis.com/v1beta/{parent=projects/*/locations/*/apps/*}/tools
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The resource name of the app to list tools from. |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. |
pageToken |
Optional. The |
filter |
Optional. Filter to be applied when listing the tools. Use "include_system_tools=true" to include system tools in the response. See https://google.aip.dev/160 for more details. |
orderBy |
Optional. Field to sort by. Only "name" and "createTime" is supported. See https://google.aip.dev/132#ordering for more details. |
Request body
The request body must be empty.
Response body
Response message for AgentService.ListTools.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"tools": [
{
object ( |
| Fields | |
|---|---|
tools[] |
The list of tools. |
nextPageToken |
A token that can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
ces.tools.list
For more information, see the IAM documentation.