---
title: "The buckets one project of a Supabase sign-in has"
method: GET
path: "/storage/supabase/sessions/{state}/projects/{projectRef}/buckets"
tags: ["Storage"]
---

# The buckets one project of a Supabase sign-in has

`GET /storage/supabase/sessions/{state}/projects/{projectRef}/buckets`

Read as the project's service role, with the sign-in's grant. The grant stays where it is.

## Path parameters

- `state` string, required
- `projectRef` string, required

## Response `200`

Buckets

- object
  - `data` object, required
    - `state` string, required
    - `projectRef` string, required
    - `buckets` object[], required
      - `name` string, required
      - `public` boolean, required

## Other responses

- `400` — The sign-in expired, or the project is not one it can see
- `401` — Unauthorized
- `403` — Missing scope or role

## Changes

- **2026-09-13** `e2df91eff7a2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/rendobar/apis/rendobar-api/changes/storage/supabase/sessions/:state/projects/:projectRef/buckets/get.md)

---

[API](https://skmtc.dev/rendobar/apis/rendobar-api.md) · [All operations](https://skmtc.dev/rendobar/apis/rendobar-api/llms.txt) · [OpenAPI document](https://skmtc.dev/rendobar/apis/rendobar-api/revisions/421a5a241a64?raw)
