---
title: "List activities"
method: GET
path: "/v1/activities"
tags: ["Activities"]
---

# List activities

`GET /v1/activities`

Lists activity feed items using the activity search index.
Use `goal_counted=true` to return only activities that count toward a user's goal progress streaks.
When `goal_counted=true` is used for another user's feed, only visible completed activities are returned.

## Query parameters

- `page` integer
- `limit` integer
- `search` string
- `user_id` integer
- `following` boolean
- `goal_counted` boolean
- `start_date` string, date
- `end_date` string, date

## Response `200`

Success

## Other responses

- `401` — Unauthorized

---

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