sessions
List Sessions
Paginated list of sessions.
Response envelope::
{
"sessions": [...],
"total": <int>, # rows matching filters before pagination
"limit": <int>,
"offset": <int>,
"has_more": <bool>,
}
GET
List Sessions
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Available options:
24h, 7d, 30d, all Required range:
1 <= x <= 500Required range:
x >= 0Response
Successful Response
List Sessions