---
title: "/jobs/:shortcode/activities"
method: GET
path: "/jobs/{shortcode}/activities"
---

# /jobs/:shortcode/activities

`GET /jobs/{shortcode}/activities`

Returns the activity stream of the given job. Requires scope `r_candidates`. Accessible with all token types.

## Path parameters

- `shortcode` string, required

## Query parameters

- `limit` integer
- `since_id` string
- `max_id` string

## Response `200`

200

- object
  - `activities` object[]
    - `action` string
    - `stage_name` unknown
    - `created_at` string
    - `candidate` object
      - `id` string
      - `name` string
    - `member` object
      - `id` string
      - `name` string
    - `body` unknown

## Other responses

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

---

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