List opportunities for a company
Scoped to opportunities that have the given company as an association.
Only the name, opportunity_type_uuid, and opportunity_stage_uuid
filters from GET /v1/opportunities are applied here; other filter
parameters are accepted but ignored. Sorting and pagination match
GET /v1/opportunities.
Authorizations
Path Parameters
Query Parameters
Page number, 1-indexed. Clamped to >= 1.
Results per page. Clamped to the range 1-100 (values outside are silently capped, not rejected).
Case-insensitive substring match on opportunity name.
Filter by opportunity type UUID (call GET /v1/opportunity-types to discover valid values).
Filter by opportunity stage UUID (inspect stage.uuid on existing records).
Comma-separated list of opportunity stage UUIDs (IN filter, e.g. for 'Diligence or later').
Fuzzy search across the opportunity name and its associated person/company names. Broader than name, which only matches the opportunity's own name field.
Comma-separated user UUID(s); filters by the opportunity owner.
Include opportunities with no owner (owner is null).
Filter by the intro person's UUID.
Return parent opportunities that have a sub-opportunity associated with this company UUID.
Return parent opportunities that have a sub-opportunity associated with this person UUID.
Return only the sub-opportunities of this parent opportunity UUID.
'PARENT' for top-level opportunities only, 'CHILD' for sub-opportunities only. Ignored when parent_uuid is set.
PARENT, CHILD Comma-separated company UUID(s); returns opportunities associated with any of them.
Comma-separated person UUID(s); returns opportunities associated with any of them.
Minimum value, inclusive.
Maximum value, inclusive.
Minimum probability, inclusive.
Maximum probability, inclusive.
ISO 8601 date/datetime; only return opportunities updated at or after this time.
ISO 8601 date/datetime; only return opportunities updated at or before this time.
ISO 8601 date (YYYY-MM-DD). Must be paired with source_date_to — both are required together.
ISO 8601 date (YYYY-MM-DD). Must be paired with source_date_from — both are required together.
ISO 8601 datetime. Must be paired with last_activity_date_to — both are required together.
ISO 8601 datetime. Must be paired with last_activity_date_from — both are required together.
Field to sort by. Valid values: 'name', 'created_at', 'updated_at', 'value', 'weighted_value', 'probability', 'source_date', 'intro_date', 'last_activity_date', 'details', 'next_step', 'stage' (pipeline stage order), 'owner' (by name), 'intro_person' (by name), 'days_in_stage', 'notes_and_files_count'
name, created_at, updated_at, value, weighted_value, probability, source_date, intro_date, last_activity_date, details, next_step, stage, owner, intro_person, days_in_stage, notes_and_files_count Sort order. Valid values: 'asc' (ascending) or 'desc' (descending)
asc, desc