---
title: "Check workflow variable name"
method: GET
path: "/public/v1/workflows/{workflowId}/variables/check-name"
tags: ["Workflow Variables"]
---

# Check workflow variable name

`GET /public/v1/workflows/{workflowId}/variables/check-name`

Checks whether a variable name exists for a workflow. Requires a USER API key.

## Path parameters

- `workflowId` number, nullable

## Query parameters

- `name` string, required

## Response `200`

Name existence

- VariableCheckName
  - `exists` boolean, required

---

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