---
title: "GET /contact-flows-summary/{InstanceId}"
method: GET
path: "/contact-flows-summary/{InstanceId}"
---

# GET /contact-flows-summary/{InstanceId}

`GET /contact-flows-summary/{InstanceId}`

Provides information about the flows for the specified Amazon Connect instance.

You can also create and update flows using the [Amazon Connect Flow language](https://docs.aws.amazon.com/connect/latest/APIReference/flow-language.html).

For more information about flows, see [Flows](https://docs.aws.amazon.com/connect/latest/adminguide/concepts-contact-flows.html) in the _Amazon Connect Administrator Guide_.

## Path parameters

- `InstanceId` string, required

## Query parameters

- `contactFlowTypes` ContactFlowType[]
- `nextToken` string
- `maxResults` integer
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- ListContactFlowsResponse
  - `ContactFlowSummaryList` ContactFlowSummary[] — Information about the flows.
    - `Id` string — The identifier of the flow.
    - `Arn` string — The Amazon Resource Name (ARN) of the flow.
    - `Name` string — The name of the flow.
    - `ContactFlowType` 'CONTACT_FLOW' | 'CUSTOMER_QUEUE' | 'CUSTOMER_HOLD' | 'CUSTOMER_WHISPER' | 'AGENT_HOLD' | 'AGENT_WHISPER' | 'OUTBOUND_WHISPER' | 'AGENT_TRANSFER' | 'QUEUE_TRANSFER' — The type of flow.
    - `ContactFlowState` 'ACTIVE' | 'ARCHIVED' — The type of flow.
  - `NextToken` string — If there are additional results, this is the token for the next set of results.

## Other responses

- `480` — InvalidRequestException
- `481` — InvalidParameterException
- `482` — ResourceNotFoundException
- `483` — ThrottlingException
- `484` — 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)
