Conversations
Retrieve a conversation
Retrieves the details of a specific conversation using its conversationId
.
This endpoint returns detailed information about the conversation, including participants and metadata.
GET
/
conversation
/
v1
/
conversations
/
{conversationId}
Authorizations
asapp-api-id
string
headerrequiredasapp-api-secret
string
headerrequiredPath Parameters
conversationId
string
requiredThe identifier for a conversation.
Response
200 - application/json
Represents a conversation between an agent and a customer.
id
string
The unique identifier for the conversation within the ASAPP system.
externalId
string
requiredThe unique identifier for the conversation in your external chat or voice system.
agent
object
Information about the agent participating in the conversation.
customer
object
requiredInformation about the customer participating in the conversation.
metadata
object
Additional key-value pairs to store custom metadata about the conversation. Use this for filtering or categorization purposes.
Was this page helpful?