- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Lists all revisions belonging to a parent Skill.
HTTP request
GET https://agentregistry.googleapis.com/v1alpha/{parent=projects/*/locations/*/skills/*}/revisions
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. Parent logical container name to query. |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. Page limit size. |
pageToken |
Optional. Page offset token. |
Request body
The request body must be empty.
Response body
Response listing Revisions.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"skillRevisions": [
{
object ( |
| Fields | |
|---|---|
skillRevisions[] |
Returned version snapshot list. |
nextPageToken |
Page offset continuation token. |
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.skillRevisions.list
For more information, see the IAM documentation.