---
title: "Get Account Variables"
method: GET
path: "/v1/accounts/{account_id}/variables"
tags: ["accounts"]
---

# Get Account Variables

`GET /v1/accounts/{account_id}/variables`

Fetch the custom variables stored on an account.

Requires the `accounts:read` scope on the API key.

## Path parameters

- `account_id` string, uuid, required

## Response `200`

Successful Response

- PublicAccountVariablesOutput
  - `variables` object, required — Custom variables stored on the account for this workspace.

---

[API](https://skmtc.net/topo/apis/topo-public-api.md) · [All operations](https://skmtc.net/topo/apis/topo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/topo/topo-public-api/versions/6e9ca9d5acac/schema)
