---
title: "GET /contact-flow-modules/{InstanceId}/{ContactFlowModuleId}"
method: GET
path: "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}"
---

# GET /contact-flow-modules/{InstanceId}/{ContactFlowModuleId}

`GET /contact-flow-modules/{InstanceId}/{ContactFlowModuleId}`

Describes the specified flow module.

## Path parameters

- `InstanceId` string, required
- `ContactFlowModuleId` string, required

## Response `200`

Success

- DescribeContactFlowModuleResponse
  - `ContactFlowModule` object — Information about the flow module.
    - `Arn` string — The Amazon Resource Name (ARN).
    - `Id` string — The identifier of the flow module.
    - `Name` string — The name of the flow module.
    - `Content` string — The content of the flow module.
    - `Description` string — The description of the flow module.
    - `State` 'ACTIVE' | 'ARCHIVED' — The type of flow module.
    - `Status` 'PUBLISHED' | 'SAVED' — The status of the flow module.
    - `Tags` object — The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

## Other responses

- `480` — AccessDeniedException
- `481` — InvalidRequestException
- `482` — InvalidParameterException
- `483` — ResourceNotFoundException
- `484` — ThrottlingException
- `485` — InternalServiceException

---

[API](https://skmtc.net/aws/apis/connect.md) · [All operations](https://skmtc.net/aws/apis/connect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/connect/versions/fbcf0a4faed2/schema)
