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

# Get Workflow Content

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

Return the content of the default/selected version of the selected workflow.

## Parameters

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

## Response `200`

Success

- object
  - `Content` 0, required — unresolved $ref
  - `Description` string — Workflow description.
  - `Name` string, required — Name of the workflow.
  - `Parameters` object[] — Runtime parameters for the workflow.
  - `StepDocuments` Items[] — List of step documents used in the SSM document. — unresolved $ref
  - `UpdatedDate` string — Date when the workflow was updated.
  - `WorkflowId` string — Unique ID for a workflow document version.
  - `showModal` boolean — Boolean value to show workflow modal.(true for showing and false for not showing.

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