List items that belong to a ChatKit thread.
get/chatkit/threads/{thread_id}/items
Path parameters
thread_idstring required
Example:cthr_123
Identifier of the ChatKit thread whose items are requested.
Query parameters
limitinteger
Maximum number of thread items to return. Defaults to 20.
order'asc' | 'desc'
Sort order for results by creation time. Defaults to desc.
afterstring
List items created after this thread item ID. Defaults to null for the first page.
List items created after this thread item ID. Defaults to null for the first page.
beforestring
List items created before this thread item ID. Defaults to null for the newest results.
List items created before this thread item ID. Defaults to null for the newest results.
Response
Success