---
title: "/events/:id"
method: GET
path: "/events/{id}"
---

# /events/:id

`GET /events/{id}`

Returns date for the identified event. Required scope: `r_jobs`. Accessible with account tokens and user tokens.

## Path parameters

- `id` string, required

## Response `200`

200

- object
  - `id` string
  - `title` string
  - `description` string
  - `type` string
  - `starts_at` string
  - `ends_at` string
  - `job` object
    - `shortcode` string
    - `title` string
  - `members` object[]
    - `id` string
    - `name` string
    - `status` string
  - `candidate` object
    - `id` string
    - `name` string
  - `conference` object
    - `type` string
    - `id` integer
    - `url` 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)
