---
title: "Get profile buckets"
method: POST
path: "/v4/profile/buckets"
tags: ["Profiles"]
---

# Get profile buckets

`POST /v4/profile/buckets`

Returns the effective profile bucket definitions for a given container tag — org-level buckets merged with any container-tag-level additions.

## Request body

- object
  - `containerTag` string, required — Tag to resolve effective bucket definitions for. Can be a user ID, project ID, or any identifier used to scope memories.

## Response `200`

Effective bucket definitions

- object
  - `buckets` object[], required
    - `key` string, required
    - `description` string, required

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/supermemory/apis/supermemory-api.md) · [All operations](https://skmtc.dev/supermemory/apis/supermemory-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supermemory/supermemory-api/revisions/b8c2dbc8f2b5/schema)
