Deal history (timeline)

Returns the deal's timeline — the same items shown in the CRM panel's History tab: stage/status/owner changes, notes, tags, e-mails/SMS/calls, completed activities and integration events, for the deal and its contact. Each item carries the raw event body (shape varies by category) plus a pre-rendered pt-BR summary (null for categories without a summarizer). Ordered by event date descending.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Deal id

Query Params
integer
≤ 200
Defaults to 200
integer
Defaults to 1
Responses
200

PaginatedV2 envelope with history items: { id, category, date (UTC ISO), system, user: { id, name } | null, body (event-specific object) | null, summary (pt-BR string) | null }

400

Invalid deal id

403

API key missing the deals:read scope

404

Deal not found for this account

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