v1
latestSwagger 2.02026-07-176862225.3 KBsession
Get sessions
Get all sessions under a project, optionally filtered by user or configs
get/session
Query parameters
userstring
User identifier to filter sessions
filter_by_configsstring
JSON-encoded object for JSONB containment filter. Example: {\
limitinteger
Limit of sessions to return, default 20. Max 200.
cursorstring
Cursor for pagination. Use the cursor from the previous response to get the next page.
time_descboolean
Order by created_at descending if true, ascending if false (default false)
Response
OK