---
title: "GET /v1/{+parent}/versions"
method: GET
path: "/v1/{+parent}/versions"
tags: ["projects"]
---

# GET /v1/{+parent}/versions

`GET /v1/{+parent}/versions`

Gets basic information about all the versions of a model. If you expect that a model has many 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). If there are no versions that match the request parameters, the list request returns an empty response body: {}.

## Path parameters

- `parent` string, required

## Query parameters

- `filter` string
- `pageSize` integer
- `pageToken` string

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/ml.md) · [All operations](https://skmtc.dev/google/apis/ml/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/ml/revisions/2135f4d5ddf1/schema)
