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. |
Authorizations
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.