---
title: "Get Activity Streams"
method: GET
path: "/activities/{id}/streams"
tags: ["Streams"]
---

# Get Activity Streams

`GET /activities/{id}/streams`

Returns the given activity's streams. Requires activity:read scope. Requires activity:read_all scope for Only Me activities.

## Path parameters

- `id` integer, required

## Query parameters

- `keys` string[], required
- `key_by_type` boolean, required

## Response `200`

The set of requested streams.

- StreamSet — unresolved $ref

## Other responses

- `default` — Unexpected error.

---

[API](https://skmtc.dev/strava/apis/strava-api-v3.md) · [All operations](https://skmtc.dev/strava/apis/strava-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/strava/strava-api-v3/revisions/cbbf5860ef72/schema)
