---
title: "Get Workflow Name Availability"
method: GET
path: "/connect/workflows/{workflow_name}/availability"
tags: ["Connect Workflows"]
---

# Get Workflow Name Availability

`GET /connect/workflows/{workflow_name}/availability`

Check if workflow name is available for use.

## Parameters

- `#/paths/~1connect~1workflows~1%7Bworkflow_name%7D/put/parameters/0` — unresolved $ref

## Response `200`

Success

- object
  - `available` boolean — Tells if workflow name is available for use.(true for available and false for unavailable.
  - `message` string — Helper message.
  - `name` string — Name of the workflow to check.

## Other responses

- `400` — Bad request

---

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