Skip to main content
GET
List job openings

Authorizations

Authorization
string
header
required

Organisation API key created in Assess → Developer → API Keys. Format: Bearer ct_live_<your-key> (live) or Bearer ct_test_<your-key> (test). Optional per-key CIDR allowlists return 403 IP_NOT_ALLOWED.

Query Parameters

cursor
string

Opaque pagination cursor — pass the value from next to fetch the next page.

page_size
integer

Results per page, max 100 (default 20).

squad_id
string

Alias for team_id

status
string
team_id
string

Filter by hiring squad UUID

Response

Public wire: expose sample_task brief on list when loaded.

id
string<uuid>
required
read-only
slug
string
required
Maximum string length: 100
Pattern: ^[-a-zA-Z0-9_]+$
title
string
required
Maximum string length: 200
team
object | null
required
read-only
position_types
string[]
required
read-only
assessment_id
string<uuid> | null
required
read-only
assessment_slug
string | null
required
read-only
pipeline_id
string<uuid> | null
required
read-only
pipeline_slug
string | null
required
read-only
application_count
integer
required
read-only
created_at
string<date-time>
required
read-only
updated_at
string<date-time>
required
read-only
sample_task
object | null
required
read-only
status
enum<string>
Available options:
draft,
open,
closed
livemode
boolean
workplace_type
enum<string>
Available options:
onsite,
hybrid,
remote,
unspecified
location_text
string
Maximum string length: 255
country_code
string
Maximum string length: 2
region
string
Maximum string length: 100
expires_at
string<date-time> | null
scheduled_publish_at
string<date-time> | null

When set on a draft, Celery auto-publishes at this UTC time.

cv_required
boolean
auto_invite_assessment
boolean

Deprecated product path. Assessment invites happen on advance / threshold actions only — never automatically on apply.

published_at
string<date-time> | null
closed_at
string<date-time> | null
Last modified on September 5, 2026