---
title: "Get all Variable Values"
method: GET
path: "/streaming/v2/variables/{variable_id}/values"
tags: ["variable_values"]
---

# Get all Variable Values

`GET /streaming/v2/variables/{variable_id}/values`

Returns all variables from the system that the user has access to

## Path parameters

- `variable_id` string, uuid, required

## Response `200`

Variable values returned

- VariableValue[]
  - `id` string, uuid, required
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `value` union, required
    - number
    - string
    - boolean

## 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)
