Skip to main content
GET
List All Deals
Search deals in this workspace. Filter by owner, stage, amount and close date; page with page and per_page. Returns opportunities with id, name, amount, closed_date, stage_name, opportunity_stage_id, account_id, owner_id, is_closed, is_won and description. ⚠️ Shared workspace: results include deals other AIsa callers created.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

sort_by_field
string

Sort field

page
integer

Page number

per_page
integer

Items per page

Response

Successful response

opportunities
string

Opportunities list

opportunities[].id
string

Opportunity ID

opportunities[].owner_id
string

Owner ID

opportunities[].account_id
string

Account ID

opportunities[].amount
number

Amount

opportunities[].name
string

Name

opportunities[].opportunity_stage_id
string

Stage ID

opportunities[].is_closed
boolean

Is closed

opportunities[].is_won
boolean

Is won

opportunities[].created_at
string

Created timestamp

pagination
object

Pagination object

pagination.page
integer

Page number

pagination.per_page
integer

Items per page

pagination.total_entries
integer

Total entries

pagination.total_pages
integer

Total pages