---
title: "Get variable names"
method: GET
path: "/dataTables/{data_table_id}/variableNames"
tags: ["DataTable"]
---

# Get variable names

`GET /dataTables/{data_table_id}/variableNames`

Get the current variable names for a DataTable

## Path parameters

- `data_table_id` string, required

## Response `200`

A list of variable names for the DataTable

- string[]

## Other responses

- `400` — Invalid or missing parameter
- `401` — User not authenticated
- `403` — User not authorized
- `404` — DataTable not found
- `default` — Unknown error

---

[API](https://skmtc.net/mabl/apis/mabl-api.md) · [All operations](https://skmtc.net/mabl/apis/mabl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mabl/mabl-api/revisions/d0fc0114da66/schema)
