Skip to main content
GET
Get an interviewer
Beta: this endpoint may change or be removed without notice while in beta. There is no compatibility promise until it reaches general availability.

Authorizations

Authorization
string
header
required

API tokens are passed as Bearer tokens.

Path Parameters

interviewerId
string
required

an employee ID. Accepts the canonical prefixed compact UUID, a prefixed dashed UUID, a bare dashed UUID, or a bare compact UUID; input is case-insensitive.

Pattern: ^(?:emp_)?(?:[0-9a-fA-F]{32}|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$
Example:

"emp_a1b2c3d4e5f64789a1b2c3d4e5f64789"

Response

Success

id
string
required

Canonical employee ID (emp_ followed by 32 lowercase hexadecimal UUID characters).

Pattern: ^emp_[0-9a-f]{32}$
Example:

"emp_a1b2c3d4e5f64789a1b2c3d4e5f64789"

name
string
required
email
string<email>
required
title
string | null
required
timezone
string | null
required
manager_id
string | null
required

Canonical employee ID (emp_ followed by 32 lowercase hexadecimal UUID characters).

Pattern: ^emp_[0-9a-f]{32}$
Example:

"emp_a1b2c3d4e5f64789a1b2c3d4e5f64789"

ats
object | null
required
load
object
required
paused
object
required
pause_dates
object[]
required
work_hours
object
required
attributes
object[]
required
modules
object[]
required
created_at
string<date-time>
required

ISO 8601 timestamp.

updated_at
string<date-time>
required

ISO 8601 timestamp.