Skip to main content

Retrieving a Conversation

This endpoint allows you to retrieve detailed information about a specific conversation using its unique identifier.

Path Parameters

Response Structure

The response includes comprehensive details about the conversation, including:
  • Basic conversation details (ID, type, status)
  • Timing information (start time, end time)
  • Phone numbers and routing information
  • Post-call data and metadata
  • Dynamic variables used during the conversation

Example Request

Here’s an example of how to retrieve a conversation:

Example Response

Error Responses

404 Not Found

401 Unauthorized

Tips for Using the Get Conversation Endpoint

  1. Store Conversation IDs: Always store the conversation IDs returned from the create conversation endpoint if you plan to retrieve them later.
  2. Error Handling: Implement proper error handling for cases where the conversation might not exist or the API key is invalid.
  3. Timestamps: All timestamp fields are returned in ISO 8601 format with UTC timezone.