Retrieve all information about an agent’s conversations.
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 number of items to return per page.
The conversation ID to start after.
Conversations retrieved.
The response is of type object[]
.