---
title: "Get account buckets"
method: GET
path: "/v1/buckets"
tags: ["Buckets"]
---

# Get account buckets

`GET /v1/buckets`

Get one or all buckets for a specific tenant. Buckets are accumulators that are related to an accounting script. Buckets can have their values changed with each related accounting entry.

## Query parameters

- `pageSize` integer
- `pageOffset` integer
- `accountId` integer
- `name` string

## Response `200`

OK

- object
  - `has_next` boolean — Indicates whether there are more pages after the current page.
  - `items` object[] — Items returned by the request
    - `name` string — Bucket name
    - `account` integer — Account ID
    - `value` number — Bucket value
    - `updated_at` string, date — Bucket last updated date

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
