Skip to main content
GET
List candidate profiles

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.

include_archived
boolean
page_size
integer

Results per page, max 100 (default 20).

tag
string

Response

id
string<uuid>
required
read-only
email
string<email>
required
Maximum string length: 254
full_name
string
required
Maximum string length: 200
created_at
string<date-time>
required
read-only
updated_at
string<date-time>
required
read-only
tags
string
required
read-only
application_count
integer
required
read-only
invitation_count
integer
required
read-only
phone
string
Maximum string length: 40
source_summary
string
Maximum string length: 100
last_activity_at
string<date-time> | null
archived_at
string<date-time> | null
Last modified on September 5, 2026