---
title: "GET /streams"
method: GET
path: "/streams"
---

# GET /streams

`GET /streams`

Lists all of the streams in your Amazon Web Services account.

Requires permission to access the [ListStreams](https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions) action.

## Query parameters

- `maxResults` integer
- `nextToken` string
- `isAscendingOrder` boolean

## Response `200`

Success

- ListStreamsResponse
  - `streams` StreamSummary[] — A list of streams.
    - `streamId` string — The stream ID.
    - `streamArn` string — The stream ARN.
    - `streamVersion` integer — The stream version.
    - `description` string — A description of the stream.
  - `nextToken` string — A token used to get the next set of results.

## Other responses

- `480` — InvalidRequestException
- `481` — ThrottlingException
- `482` — UnauthorizedException
- `483` — ServiceUnavailableException
- `484` — InternalFailureException

---

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