Agent Conversations
Get Conversation Transcript
Retrieve the transcript of a specific agent conversation.
GET
Response Headers for Pagination
Header Name | Type | Description |
---|---|---|
X-Page-Size | integer | The number of items per page. |
X-Start-After | string | The ID of the last item on the previous page. |
X-Next-Start-After | string | The ID of the last item on the current page. |
X-Total-Count | integer | The total number of items. |
These headers are included in the response to help manage pagination when retrieving conversation transcript for a specific agent conversation.
Authorizations
Your secret API key from PlayAI, formatted as Bearer YOUR_SECRET_API_KEY
.
Headers
Available options:
application/json
Path Parameters
The agent's ID.
Example:
"f0gZrOKBKL7veJ6o1M"
The conversation's ID.
Query Parameters
The number of items to return per page.
The conversation ID to start after.