Get Version
GET {{baseUrl}}/v1/:parent/versions?pageToken=<>&pageSize=<>
Gets basic information about all the versions of a model.
If you expect that a model has a lot of versions, or if you need to handle only a limited number of results at a time, you can request that the list be retrieved in batches (called pages):
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
pageToken | string | The standard list page token. | |
pageSize | string | The standard list page size. |