---
title: "Get all Variables"
method: GET
path: "/streaming/v2/variables"
tags: ["variable"]
---

# Get all Variables

`GET /streaming/v2/variables`

Returns all variables that the user has access to.

## Response `200`

List of variables returned

- Variable[]
  - `id` string, uuid, required
  - `name` string, required
  - `description` string
  - `type` 'number' | 'bool' | 'string', required
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `default` — Unexpected error

---

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