Retrieves a conversation by id.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The id of the conversation to retrieve.
Retrieved conversation
The conversation object represents a conversation with an AI agent.
The object type, which is always conversation.
conversation The conversation identifier, which can be referenced in the API endpoints.
The ISO string for when the conversation was created.
The ISO string for when the conversation was last updated.
The name of the conversation.
Array of agent IDs currently assigned to this conversation.
Array of agent IDs that have previously responded in this conversation. This list only grows and is never cleared when agents are reassigned.