session

Get sessions

Get all sessions under a project, optionally filtered by space_id

get/session

Query parameters

space_idstring uuid

Space ID to filter sessions

not_connectedboolean

Filter sessions not connected to any space (default false)

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_descstring

Order by created_at descending if true, ascending if false (default false)

Response

OK

codeinteger
errorstring
msgstring

Changes