Sessions
Get Sessions
Returns paginated list of sessions.
GET
Authorizations
Add your API key from app.allyson.ai/api to the x-api-key header.
Query Parameters
Page number for pagination
Required range:
x > 1
Number of items per page
Required range:
x > 1
Filter sessions by status:
active
: Session is currently running and processinginactive
: Session is paused or temporarily stoppedcompleted
: Session has finished successfullyfailed
: Session encountered an error and stoppedhumanInput
: Session is waiting for human interaction
Available options:
active
, inactive
, completed
, failed
, humanInput
, stopped