---
title: "/candidates/:id/activities"
method: GET
path: "/candidates/{id}/activities"
---

# /candidates/:id/activities

`GET /candidates/{id}/activities`

Returns the activity stream of the given candidate. Required scope: `r_candidates`. Accessible with all token types.

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer
- `since_id` string
- `max_id` string
- `actions` string
- `updated_after` string, date-time

## Response `200`

200

- object
  - `activities` object[]
    - `action` string
    - `stage_name` string
    - `action_stage` object
      - `id` integer
      - `name` string
    - `target_stage` object
      - `id` integer
      - `name` string
    - `created_at` string
    - `updated_at` string
    - `body` unknown
    - `visibility_roles` string[]

## Other responses

- `401` — 401
- `404` — 404

---

[API](https://skmtc.net/workable/apis/root.md) · [All operations](https://skmtc.net/workable/apis/root/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/workable/root/versions/c4116349c08d/schema)
