---
title: "List activities"
method: GET
path: "/api/v3/workspaces/{workspace}/activities/"
---

# List activities

`GET /api/v3/workspaces/{workspace}/activities/`

List workspace activity (runs, changes, events) with optional filters.

## Path parameters

- `workspace` string, required

## Query parameters

- `limit` integer
- `offset` integer
- `type` string — Filter by activity type

## Response `200`

Paginated list of activities

- ActivityList
  - `count` integer
  - `next` string, nullable
  - `previous` string, nullable
  - `results` Activity[]
    - `id` string
    - `type` string
    - `description` string
    - `userId` string
    - `createdAt` string, date-time
    - `metadata` object

---

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