Headers
Path Parameters
Organization ID
Workspace ID
Agent ID
Query Parameters
Field to sort by
Sort order (asc or desc)
Filter start datetime in UTC (ISO8601)
Filter end datetime in UTC (ISO8601)
Max number of records to return
Required range:
1 <= x <= 1000Number of records to skip
Required range:
x >= 0JSON array of filter conditions. Each condition has: id (string), field (from available fields), operator (equals/not_equals/includes/starts_with/ends_with for strings; equals/not_equals/greater_than/less_than for numbers), value. Example: [{"id":"1","field":"interaction_id","operator":"equals","value":"abc123"}]