---
title: "/events"
method: GET
path: "/events"
---

# /events

`GET /events`

Returns a collection of events. Required scope: `r_jobs`. Accessible with account tokens and user tokens.

## Query parameters

- `type` string
- `limit` integer
- `since_id` string
- `max_id` string
- `start_date` string, date-time
- `end_date` string, date-time
- `candidate_id` string
- `shortcode` string
- `member_id` string
- `context` 'user' | 'team' | 'all'
- `include_cancelled` boolean

## Response `200`

200

- object
  - `events` object[]
    - `id` string
    - `title` string
    - `description` unknown
    - `type` string
    - `starts_at` string
    - `ends_at` string
    - `cancelled` boolean
    - `job` object
      - `shortcode` string
      - `title` string
    - `members` object[]
      - `id` string
      - `name` string
      - `status` string
    - `candidate` object
      - `id` string
      - `name` string

## 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)
