- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Fetches available Bindings.
HTTP request
GET https://agentregistry.googleapis.com/v1alpha/{parent=projects/*/locations/*}/bindings:fetchAvailable
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The parent, in the format |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. Requested page size. Server may return fewer items than requested. Page size is 500 if unspecified and is capped at |
pageToken |
Optional. A token identifying a page of results the server should return. |
Union parameter source. The reference of the source Agent. source can be only one of the following: |
|
sourceIdentifier |
The identifier of the source Agent. Format:
|
Union parameter target. The reference of the target Agent Registry resource. target can be only one of the following: |
|
targetIdentifier |
Optional. The identifier of the target Agent, MCP Server, or Endpoint. Format:
|
Request body
The request body must be empty.
Response body
Message for response to fetching available Bindings.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"bindings": [
{
object ( |
| Fields | |
|---|---|
bindings[] |
The list of Bindings. |
nextPageToken |
A token identifying a page of results the server should return. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/cloud-platform.read-onlyhttps://www.googleapis.com/auth/agentregistry.read-writehttps://www.googleapis.com/auth/agentregistry.read-only
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
agentregistry.bindings.fetchAvailable
For more information, see the IAM documentation.