Retrieve the transcript of a specific agent conversation.
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. |
application/json
The agent's ID.
"f0gZrOKBKL7veJ6o1M"
The conversation's ID.
The number of items to return per page.
The conversation ID to start after.
Conversation transcript retrieved.
The response is of type object[]
.