List the event history for an opportunity

Returns a page of history events for an opportunity. Each event
has an operation field identifying what produced it; the
documented operations include the values an integrator can
submit on the tackle-operation-id header, plus two
service-emitted operations (internalUpdateEvent,
cloudUpdateEvent) — see HistoryOperationId for the full
catalog. Treat the field as a free-form string and fall back to
a default branch when displaying an unknown value.

Unknown opportunity IDs return 200 with an empty events
array — this endpoint does not distinguish "no events" from
"no such opportunity." This behavior is asymmetric with
GET /api/opportunities/{id}, which returns 404 for unknown
IDs.

Requires the cosell:ListOpportunityEvents permission.

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

The Tackle-side opportunity identifier.

Query Params
integer
0 to 25

Maximum number of events to return. Values above 25 are
silently clamped to 25. When omitted (or 0), the server does
not apply a per-page item limit; the page is bounded only by an internal response size limit and may include many
more than 25 events. Pass an explicit limit for predictable
page sizes and use the returned next token to paginate.

string

Opaque continuation token returned by a previous call.
Pass it back unmodified to fetch the next page. The token
is opaque; do not rely on its internal format (malformed
tokens surface as 500 Internal Server Error rather than
400 Bad Request, so always pass back the token from a
prior response unmodified).

Responses

Language
Credentials
Bearer
MTM JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json