---
title: "GET /v1/flows"
method: GET
path: "/v1/flows"
---

# GET /v1/flows

`GET /v1/flows`

Displays a list of flows that are associated with this account. This request returns a paginated result.

## Query parameters

- `maxResults` integer
- `nextToken` string
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- ListFlowsResponse
  - `Flows` ListedFlow[] — A list of flow summaries.
    - `AvailabilityZone` string, required — The Availability Zone that the flow was created in.
    - `Description` string, required — A description of the flow.
    - `FlowArn` string, required — The ARN of the flow.
    - `Name` string, required — The name of the flow.
    - `SourceType` 'OWNED' | 'ENTITLED', required — The type of source. This value is either owned (originated somewhere other than an AWS Elemental MediaConnect flow owned by another AWS account) or entitled (originated at an AWS Elemental MediaConnect flow owned by another AWS account).
    - `Status` 'STANDBY' | 'ACTIVE' | 'UPDATING' | 'DELETING' | 'STARTING' | 'STOPPING' | 'ERROR', required — The current status of the flow.
    - `Maintenance` object — The maintenance setting of a flow
      - `MaintenanceDay` 'Monday' | 'Tuesday' | 'Wednesday' | 'Thursday' | 'Friday' | 'Saturday' | 'Sunday' — A day of a week when the maintenance will happen. Use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.
      - `MaintenanceDeadline` string — The Maintenance has to be performed before this deadline in ISO UTC format. Example: 2021-01-30T08:30:00Z.
      - `MaintenanceScheduledDate` string — A scheduled date in ISO UTC format when the maintenance will happen. Use YYYY-MM-DD format. Example: 2021-01-30.
      - `MaintenanceStartHour` string — UTC time when the maintenance will happen. Use 24-hour HH:MM format. Minutes must be 00. Example: 13:00. The default value is 02:00.
  - `NextToken` string — The token that identifies which batch of results that you want to see. For example, you submit a ListFlows request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a NextToken value. To see the next batch of results, you can submit the ListFlows request a second time and specify the NextToken value.

## Other responses

- `480` — ServiceUnavailableException
- `481` — TooManyRequestsException
- `482` — BadRequestException
- `483` — InternalServerErrorException

---

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