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

# Get Activity

`GET /activities/{id}`

Returns the given activity that is owned by the authenticated athlete. Requires activity:read for Everyone and Followers activities. Requires activity:read_all for Only Me activities.

We strongly encourage you to display the appropriate attribution that identifies Garmin as the data source and the device name in your application. Please see example below from VeloViewer (that provides an attribution for a Garmin Forerunner device).

![Attribution](/images/device-attribution-image.png)

## Path parameters

- `id` integer, required

## Query parameters

- `include_all_efforts` boolean

## Response `200`

The activity's detailed representation.

- DetailedActivity — 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)
