Get attempts
Fetch paginated attempts with filtering and sorting options
Path parameters
org_id
Organization ID
workspace_id
Workspace ID
app_id
Agent ID
Headers
X-API-Key
Query parameters
sort_by
Field to sort by
sort_order
Sort order (asc or desc)
start_datetime
Filter start datetime in UTC (ISO8601)
end_datetime
Filter end datetime in UTC (ISO8601)
limit
Max number of records to return
offset
Number of records to skip
filter_conditions
JSON 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”}]
Response
Successful Response
items
total
limit
offset
next_page_uri
prev_page_uri
Errors
422
Unprocessable Entity Error