query contacts
GET/org/:orgId/contact/query
Query contacts with advanced filtering, sorting, and pagination using CRUD query language. Supports complex filters, sorting by multiple fields, and pagination.
Request
Path Parameters
Organization ID
Query Parameters
Number of items per page (default 20, max 1000)
Page number (default 1)
LISP-style filter expression (e.g., '(= name \
Sort fields: 'field:asc,field2:desc' or '-field,field2' format (e.g., 'creation_time:desc,name:asc' or '-creation_time,name')
Responses
- 200
- 400
- 500
Paginated list of contacts
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
data
object[]
CompanyContactID holds the value of the "company_contact_id" field.
CreationTime holds the value of the "creation_time" field.
EmailAddress holds the value of the "email_address" field.
ID of the ent.
info
object
enrichedContactInfo
object
Enriched contact information from enrichment service
Company information
Location information
Timestamps
Contact information
Core identification fields
info
object
Additional structured information
workExperiences
object[]
true if the work experience is current
Professional information
Media and social
Possible values: [active
, stale
, archived
]
active/stale/archived
Possible values: [``, ADYEN
, ALIBABA
, ANTHROPIC
, AWS
, AWS_CHINA
, AZURE
, CHARGEBEE
, DATABRICKS
, DOCUSIGN
, GCP
, GOOGLE
, HUBSPOT
, INTUIT
, LAGO
, MARKETO
, METRONOME
, MICROSOFT
, OPENAI
, ORACLE
, ORB
, REDHAT
, SALESFORCE
, SLACK
, SNOWFLAKE
, STRIPE
, ZOHO
]
LastUpdateTime holds the value of the "last_update_time" field.
Name holds the value of the "name" field.
OrganizationID holds the value of the "organization_id" field.
{
"data": [
{
"companyContactId": "string",
"creationTime": "2024-07-29T15:51:28.071Z",
"emailAddress": "string",
"id": "string",
"info": {
"companyLocation": "string",
"companyName": "string",
"enrichedContactInfo": {
"city": "string",
"companyDomain": "string",
"companyName": "string",
"country": "string",
"creationTime": "string",
"email": "string",
"firstName": "string",
"id": "string",
"info": {
"workExperiences": [
{
"current": true,
"endDate": "string",
"organizationName": "string",
"startDate": "string",
"title": "string"
}
]
},
"jobFunction": "string",
"jobTitle": "string",
"lastName": "string",
"lastUpdateTime": "string",
"linkedIn": "string",
"name": "string",
"phone": "string",
"s3KeyPicture": "string",
"status": "active",
"twitter": "string"
},
"lastModifiedBy": "string",
"partner": "",
"phoneNumber": "string",
"role": "string"
},
"lastUpdateTime": "2024-07-29T15:51:28.071Z",
"name": "string",
"organizationID": "string"
}
],
"page_number": 0,
"page_size": 0,
"total_count": 0
}
Bad request error
- application/json
- Schema
Schema
string
Internal server error
- application/json
- Schema
Schema
string