GetEngagement retrieves a single engagement by ID.
GET/api/v1/engagements/:id
Returns the engagement with all current field values. Use ListMessages to retrieve the conversation history.
Errors
- NOT_FOUND: Engagement does not exist
- PERMISSION_DENIED: Caller lacks engagement:read permission
Request
Responses
- 200
- default
A successful response.
An unexpected error response.