Skip to main content
GET
List companies

Query Parameters

cursor
string
limit
integer
default:50
Required range: 1 <= x <= 100
stage
string
property
string

Filter by a custom property (name or id, see GET /v1/properties). Pair with value. Example: find the company you submitted with your own reference by storing it in a property and querying property=Application ID&value=APP-123.

value
string

The property value to match: the answer string for text properties (exact, case-sensitive), or an option label or id for select/multi_select (archived options accepted, so historical rows stay findable).

Response

Paginated list of companies in the caller's pipeline

data
object[]
required
next_cursor
string | null
required