Get engagement

View as Markdown
Returns a single workspace engagement. This operation requires the `engagements:read` scope. Reading a private engagement also requires `engagements:private:read`. Requesting `expand=companies` also requires `companies:read`. Requesting `expand=contacts` also requires `contacts:read`. Requesting `expand=owner` also requires `users:read`.

Authentication

AuthorizationBearer

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

Path parameters

engagement_idstringRequired

Query parameters

expandlist of enumsOptional
Comma-separated list of additional fields to include in the response. Valid values: `companies`, `contacts`, `owner`, `action_items`, `signals`, `transcript`, `media_url`, `tags`. `companies` additionally requires `companies:read`. `contacts` additionally requires `contacts:read`. `owner` additionally requires `users:read`.

Response headers

ETagstring
X-Api-Versionstring

Response

Engagement response.
objectenum
idstringformat: "^ngmt_[A-Za-z0-9]+$"
titlestring
engagement_typeenum
processing_statusenum
is_privateboolean
Indicates whether the engagement is marked private in AskElephant.
created_atdatetime
updated_atdatetime
descriptionstring
data_sourcestring
is_internalboolean
engagement_atdatetime
start_atdatetime
end_atdatetime
duration_secondsinteger
meeting_urlstringformat: "uri"
external_urlstring

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.

crm_associationobject
CRM record linked to this engagement. Present when the engagement has been matched to a CRM record via integration or API.
owner_user_idstringformat: "^usr_[A-Za-z0-9]+$"
host_user_idstringformat: "^usr_[A-Za-z0-9]+$"
transcriptstring or null

Full text transcript of the engagement. Only included when expand contains transcript.

media_urlstring or nullformat: "uri"

Temporary signed URL for downloading the engagement recording media. Only included when expand contains media_url. The URL expires after a short period.

companieslist of objects

Companies associated with this engagement. Only included when expand contains companies.

contactslist of objects

Contact participants associated with this engagement. Only included when expand contains contacts.

ownerobject or null

Workspace user who owns this engagement. Only included when expand contains owner.

action_itemslist of objects

Action items created from this engagement. Only included when expand contains action_items.

signalslist of objects

Signals (annotations) extracted from this engagement. Only included when expand contains signals.

tagslist of objects

Tags applied to this engagement. Only included when expand contains tags.

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error