List all sessions
List sessions with optional pagination and search.
Args: limit: Maximum number of sessions to return (default 100, max 500). offset: Number of sessions to skip (default 0). q: Optional search query to filter by title or work_dir. archived: Filter by archived status. - None (default): Only return non-archived sessions. - True: Only return archived sessions.
Query parameters
Response
Successful Response
Changes
Changed in 3 of the 3 revisions of this API.57
- ○
added the new optional
queryrequest parameterarchivednew-optional-request-parameter
- ○
added the optional property
items/archivedto the response with the200statusresponse-optional-property-added
- ○
- ○
added the new optional
queryrequest parameterlimitnew-optional-request-parameter
- ○
added the new optional
queryrequest parameteroffsetnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterqnew-optional-request-parameter
- ○
added the non-success response with the status
422response-non-success-status-added
- ○
- ●
deleted the
queryrequest parameterarchivedrequest-parameter-removed
- ●
deleted the
queryrequest parameterlimitrequest-parameter-removed
- ●
deleted the
queryrequest parameteroffsetrequest-parameter-removed
- ●
deleted the
queryrequest parameterqrequest-parameter-removed
- ●
removed the optional property
items/archivedfrom the response with the200statusresponse-optional-property-removed
- ○
removed the non-success response with the status
422response-non-success-status-removed
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●