get

List people (contacts, candidates) associated with a company (current, past, or pinned; the company is set by the path, not the query).

The query param is a Lucene query_string: unqualified free-text matches the person's name only, but field-qualified terms (field:value) reach any Person field, e.g. current_title, emails, phones, titles, skillsets3 (use emails, not email).
E.g. "jane doe", name:"jane doe" AND current_title:"director", current_title:"vp engineering".

Scroll pagination.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
integer
required
Query Params
string

A cursor used to retrieve the next page of results.
Returned in each response.

string

Search query. Supports Lucene query syntax.

Response

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!