Get engagement

View as Markdown

Returns a single workspace engagement. This operation requires the engagements:read scope. 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
Allowed values:
idstringformat: "^ngmt_[A-Za-z0-9]+$"
titlestring
engagement_typeenum
processing_statusenum
Allowed values:
created_atdatetime
updated_atdatetime
descriptionstring
data_sourcestring
is_internalboolean
engagement_atdatetime
start_atdatetime
end_atdatetime
duration_secondsinteger
meeting_urlstringformat: "uri"
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