---
title: "GET /v1beta1/projects"
method: GET
path: "/v1beta1/projects"
tags: ["projects"]
---

# GET /v1beta1/projects

`GET /v1beta1/projects`

Lists each FirebaseProject accessible to the caller. The elements are returned in no particular order, but they will be a consistent view of the Projects when additional requests are made with a `pageToken`. This method is eventually consistent with Project mutations, which means newly provisioned Projects and recent modifications to existing Projects might not be reflected in the set of Projects. The list will include only ACTIVE Projects. Use GetFirebaseProject for consistent reads as well as for additional Project details.

## Query parameters

- `pageSize` integer
- `pageToken` string
- `showDeleted` boolean

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/firebase.md) · [All operations](https://skmtc.net/google/apis/firebase/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/firebase/revisions/c36d3488a21b/schema)
