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

# GET /v1/bridges

`GET /v1/bridges`

Displays a list of bridges that are associated with this account and an optionally specified Arn. This request returns a paginated result.

## Query parameters

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

## Response `200`

Success

- ListBridgesResponse
  - `Bridges` ListedBridge[] — A list of bridge summaries.
    - `BridgeArn` string, required — The ARN of the bridge.
    - `BridgeState` 'CREATING' | 'STANDBY' | 'STARTING' | 'DEPLOYING' | 'ACTIVE' | 'STOPPING' | 'DELETING' | 'DELETED' | 'START_FAILED' | 'START_PENDING' | 'STOP_FAILED' | 'UPDATING', required
    - `BridgeType` string, required — The type of the bridge.
    - `Name` string, required — The name of the bridge.
    - `PlacementArn` string, required — The ARN of the gateway associated with the bridge.
  - `NextToken` string — The token that identifies which batch of results that you want to see. For example, you submit a ListBridges 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 ListBridges request a second time and specify the NextToken value.

## Other responses

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

---

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