Skip to main content
GET
Get unified person activities

Authorizations

Authorization
string
header
required

Authenticate with a Bearer token: API key, OAuth token, or session token.

Path Parameters

id
string
required

Person ID

Query Parameters

offset
integer | null
default:0

Records to skip for pagination. Defaults to 0.

Required range: x >= 0
limit
integer
default:100

Max records per page (1–100). Defaults to 100.

Required range: 1 <= x <= 100

Keyword search across activity content (whole words; matches any term). A match returns activity_content_match — the passage where the terms cluster.

team_member_ids
string<uuid>[] | null

Comma-separated team member UUIDs to filter by activity creator/owner. Get IDs from GET /v1/team-members.

job_ids
string<uuid>[] | null

Comma-separated job UUIDs to filter activities by associated job. Get IDs from POST /v1/jobs/search.

activity_types
string[] | null

Comma-separated activity types to include. Valid values — Notes: primary_note, secondary_note, interview_note, call_note, meeting_note, client_note, client_created_note, candidate_summary, meeting_transcript, client_rating. Communication: email, email_response, linkedin_message, linkedin_message_response, text_message. Synthetic: task, calendar_event, sequence_enrollment, pipeline_status, assessment. Example: "email,secondary_note,task".

excluded_activity_types
string[] | null

Comma-separated activity types to exclude. Accepts the same values as activity_types. Example: "pipeline_status,assessment".

pipeline_stage_ids
string<uuid>[] | null

Comma-separated stage UUIDs to filter pipeline_status activities. Get IDs from GET /v1/jobs/{id} → pipeline_stages.

created_at_gte
string

Return only activities created at or after this timestamp (ISO 8601). Example: "2026-03-22T00:00:00Z". Use with created_at_lte for a date range.

created_at_lte
string

Return only activities created at or before this timestamp (ISO 8601). Example: "2026-03-28T23:59:59Z". Use with created_at_gte for a date range.

Response

Activities fetched

success
enum<boolean>
required
Available options:
true
data
object[]
required
meta
object
required