GET
/
api
/
v1
/
agents
/
{agentId}
/
conversations
/
{conversationId}

Retrieve all information about an agent conversation.

Authorizations

AUTHORIZATION
string
headerrequired

API key required for this endpoint. Use Bearer YOUR_SECRET_API_KEY. Get your key from https://play.ai/developers.

X-USER-ID
string
headerrequired

User ID required for this endpoint. Get it from https://play.ai/developers.

Headers

accept
enum<string>
Available options:
application/json

Path Parameters

agentId
string
required

The agent's ID.

conversationId
string
required

The conversation's ID.

Response

200 - application/json
id
string
source
string
callerEmail
string
startedAt
string
endedAt
string
durationInSeconds
integer