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

KeyDatatypeRequiredDescription
pageTokenstringThe standard list page token.
pageSizestringThe standard list page size.