Skip to main content
GET
Get paginated list of session evaluations

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Query Parameters

page
integer
default:1
per_page
integer
default:15
Required range: x <= 100
session_uuid
string<uuid>
conversation_uuid
string<uuid>
contact_uuid
string<uuid>
from_date
string<date-time>

ISO-8601 date or datetime (inclusive lower bound on created_at)

to_date
string<date-time>

ISO-8601 date or datetime (inclusive upper bound on created_at)

sort_by
enum<string>
default:created_at
Available options:
created_at,
updated_at
sort_dir
enum<string>
default:desc
Available options:
asc,
desc

Response

Success

success
boolean

Indicates whether the request completed successfully. True for successful responses; false for documented error responses.

Example:

true

message
string

Human-readable response message. Safe to display in logs or simple client notifications; use structured fields for program logic.

Example:

"Evaluations retrieved successfully"

data
object