Get a conversation

This request returns conversation data such as the meeting name, member names and emails, start and end time of the meeting, meeting type, meeting ID, and any custom conversation metadata that you added.

Authentication

This request requires an access token, as described in Authenticate.

Conversation ID

This request requires a conversation ID, generated when you Process a Conversation.

To get a information about a specific conversation, use the operation:

GET https://api.symbl.ai/v1/conversations/{conversationId}

To make this request from the API reference, see Get conversation.