List Opportunities
Retrieve a paginated list of opportunities.
Supports:
- Pagination (`page_size`, `page`)
- Date filtering (`updated_after`, `updated_before`)
- Sorting (`order_by`, default: desc)
- Field search (`title`, `address`, `primaryName`, `primaryPhone`, `primaryEmail`)
- Full text search (`q`)
**Note:** The `/requests` path is an alias for `/opportunities` and will continue to work until users are individually notified and migrated.
Authentication
x-api-keystring
API Key authentication via header
Query parameters
page_size
Number of items per page (max 100)
page
Page number (1-based)
updated_after
Filter items updated after this timestamp (ISO 8601)
updated_before
Filter items updated before this timestamp (ISO 8601)
order_by
Sort order for results
Allowed values:
include_virtual_properties
Whether to include virtual properties in the response. Defaults to false unless explicitly set to true.
include_archived
Whether to include archived (inactive) records in the response. By default only active records are returned.
q
Full text search query
title
Title search query
address
Address search query
primaryName
Contact name search query
primaryPhone
Contact phone search query
primaryEmail
Contact email search query
Response
List of opportunities
accountId
Associated account ID
address
An array containing a single string, which represents the full opportunity location/address.
city
confidence
Deal confidence score (0-100)
createdAt
Creation timestamp
createdById
Identifier of the user who created the opportunity
custom
Custom fields
description
Record description
geoLocation
Latitude/Longitude in “lat,lon” format
id
Unique identifier
imageUrl
Image URL for the opportunity
isActive
Whether the record is active
jurisdiction
lastActivity
number
Sequential opportunity number
owner
phase
phaseId
phaseInstances
Ordered list of phase instances for the opportunity
primaryEmail
Primary contact email
primaryPhone
Primary contact phone
projectManager
salesRep
size
Deal size
state
street
streetViewUrl
Street view image URL
title
Record title/name
trades
Array of trade types
updatedAt
Last update timestamp
value
Deal value
workflowId
Associated workflow ID
workflowName
Name of the associated workflow.
zipcode
