---
title: "GET /projects/{+projectId}/datasets/{+datasetId}/models"
method: GET
path: "/projects/{+projectId}/datasets/{+datasetId}/models"
tags: ["models"]
---

# GET /projects/{+projectId}/datasets/{+datasetId}/models

`GET /projects/{+projectId}/datasets/{+datasetId}/models`

Lists all models in the specified dataset. Requires the READER dataset role. After retrieving the list of models, you can get information about a particular model by calling the models.get method. # IAM Permissions Requires the `bigquery.models.list` permission on the dataset.

## Path parameters

- `projectId` string, required
- `datasetId` string, required

## Query parameters

- `maxResults` integer
- `pageToken` string

## Response `200`

Successful response

---

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