Sessions List
Authorizations
Query Parameters
The page number from which to start (0-based)
x >= 0
0
The maximum number of items to return
x >= 0
25
String names of fields to search. Correspond by index to search field values
Names of session fields supported for filtering/sorting on list endpoint.
timestamp
, session_id
, conversation_id
, channel_manager_service
, channel_manager_type
, channel_manager_sid
, agent_type
, agent_id
, agent_name
, prompt_id
, prompt_name
, source
, target
, duration
, is_legacy
, is_test
"name"
Values of fields to search. Correspond by index to search fields. Unless field name contains "list", an individual search field value cannot be a list
"Some Object Name"
The field whose value should be used to order the results
timestamp
, session_id
, conversation_id
, channel_manager_service
, channel_manager_type
, channel_manager_sid
, agent_type
, agent_id
, agent_name
, prompt_id
, prompt_name
, source
, target
, duration
, is_legacy
, is_test
"name"
The direction in which to order the results
asc
, desc
The fields to include in the response
Names of session fields supported for filtering/sorting on list endpoint.
timestamp
, session_id
, conversation_id
, channel_manager_service
, channel_manager_type
, channel_manager_sid
, agent_type
, agent_id
, agent_name
, prompt_id
, prompt_name
, source
, target
, duration
, is_legacy
, is_test
The start datetime for filtering results
"2023-01-01T00:00:00Z"
The end datetime for filtering results
"2024-01-01T00:00:00Z"
Response
List of items returned from the query
A session is a building block of a conversation.
The page number of the results (0-based)
0
The number of items returned per page
25
The total number of pages of results given the indicated page size
4
The total number of items returned from the query
100