---
title: "List Workspace Budget Defaults"
method: GET
path: "/v1/workspaces/{workspace_id}/member-budget-policies"
tags: ["workspace-member-budget-policies"]
---

# List Workspace Budget Defaults

`GET /v1/workspaces/{workspace_id}/member-budget-policies`

List the budget defaults attached to a workspace. Any member may read it.

## Path parameters

- `workspace_id` string, uuid, required

## Query parameters

- `skip` integer — Number of records to skip
- `limit` integer — Maximum number of records to return

## Response `200`

Successful Response

- WorkspaceMemberBudgetPoliciesPublic
  - `count` integer, required
  - `data` WorkspaceMemberBudgetPolicyPublic[], required
    - `budget_duration_sec` integer, nullable, required
    - `budget_id` string, required
    - `created_at` string, required
    - `id` string, required
    - `max_budget` number, nullable, required
    - `name` string, nullable, required
    - `provider_key_id` string, nullable, required
    - `request_limit` integer, nullable, required
    - `reset_alignment` string, nullable, required
    - `token_limit` integer, nullable, required
    - `updated_at` string, required
    - `workspace_id` string, uuid, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-02** `1be78e895028` — 2 info
  - added the required property `data/items/request_limit` to the response with the `200` status
  - added the required property `data/items/token_limit` to the response with the `200` status
- **2026-08-24** `b946aa7723ea` — 1 info
  - added the required property `data/items/reset_alignment` to the response with the `200` status
- **2026-08-21** `e0dee1efa501` — 1 info
  - added the required property `data/items/budget_id` to the response with the `200` status
- **2026-08-21** `2f89238cc674` — 1 breaking
  - removed the required property `data/items/budget_id` from the response with the `200` status
- **2026-08-21** `875cef5dd6a8` — 1 info
  - added the required property `data/items/budget_id` to the response with the `200` status

[Full history](https://skmtc.dev/mozilla-ai/apis/otari/changes/v1/workspaces/:workspace_id/member-budget-policies/get.md)

---

[API](https://skmtc.dev/mozilla-ai/apis/otari.md) · [All operations](https://skmtc.dev/mozilla-ai/apis/otari/llms.txt) · [OpenAPI document](https://skmtc.dev/mozilla-ai/apis/otari/revisions/80c117c36f36?raw)
