get

Search and list deals (sales pipeline opportunities).

The query param is a Lucene query_string.
Unqualified terms match name, company_name, person_name, job_title, owned_by_name, deal_status_name, deal_stage_name, and deal_pipeline_name.
Field-qualified terms (field:value), ranges, and boolean AND/OR/NOT also work over those plus company_id, person_id, job_id, id, created_at, and updated_at (use job_title, not title).
E.g. deal_status_name:open AND owned_by_name:"jane doe", company_id:12345 AND (name:"nurse" OR job_title:"nurse"), created_at:[now-12M TO now].

Structured filter: owner_emails.
Scroll pagination is supported.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
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.

owner_emails
array of strings
owner_emails
Response

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