Replace engagement tags
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Request
Response headers
Maximum number of authenticated requests allowed for the workspace in the current 60-second window. The limit is 1000 and applies to all /api/v2 resource routes (GET, POST, PATCH, and DELETE), shared across every credential for the workspace.
Unix epoch seconds when the current rate-limit window resets.
Response
URL linking back to this engagement in the originating external system (e.g. a dialer’s call detail page). Accepts https://, http://, and custom app deep-link schemes such as wavv://call/123. Present only when the engagement was created with an external_url value.
Aggregated engagement text as a single string. Depending on the engagement, this can include Markdown or HTML content plus extracted text from completed attachments; it is not guaranteed to contain only spoken transcript. For speaker-aware or time-aligned ingest, use GET /v2/engagements/{engagement_id}/transcript_timeline. Only included when expand contains transcript. Does not include speaker timing or structured entries; use expand=transcript_timeline for the structured timeline object.
Structured transcript timeline with timed speaker entries. Only included when expand contains transcript_timeline. Returns null when the engagement has no primary timeline or when timeline serialization fails for that engagement (the surrounding engagement response still succeeds). Requires transcript_timelines:read. Matches the object returned by GET /v2/engagements/{engagement_id}/transcript_timeline.
Temporary signed URL for downloading the engagement recording media. Only included when expand contains media_url. The URL expires after a short period.
Companies associated with this engagement. Only included when expand contains companies.
Contact participants associated with this engagement. Only included when expand contains contacts.
Workspace user who owns this engagement. Only included when expand contains owner.
Action items created from this engagement. Only included when expand contains action_items.
Signals (annotations) extracted from this engagement. Only included when expand contains signals.