Conversations
Get Agent Conversation
Get a conversation for an agent.
GET
/
api
/
v1
/
agents
/
{agentId}
/
conversations
/
{conversationId}
Retrieve all information about an agent conversation.
Authorizations
API key required for this endpoint. Use Bearer YOUR_SECRET_API_KEY
. Get your key from https://play.ai/developers.
User ID required for this endpoint. Get it from https://play.ai/developers.
Headers
Available options:
application/json
Path Parameters
The agent's ID.
The conversation's ID.