Skip to main content
GET
List Sessions With Agent Info

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

range
enum<string>
default:30d

Time window filtered on last_activity_at: 24h, 7d, 30d, or all.

Available options:
24h,
7d,
30d,
all
Example:

"30d"

status
string | null

Effective-status filter: running, completed, failed, or abandoned.

limit
integer
default:50

Page size (max 500).

Required range: 1 <= x <= 500
offset
integer
default:0

Rows to skip for pagination.

Required range: x >= 0
order_by
string
default:last_activity_at
descending
boolean
default:true

Response

Successful Response