list_sessions
Find Devin sessions by tags or email, with optional pagination. Get an overview of recent sessions and retrieve session IDs to inspect or resume.
Instructions
List Devin sessions with optional filtering.
Use this to find sessions by tags or email, or to get an overview of recent sessions. Useful for finding session IDs to inspect or resume.
Args: limit: Maximum number of sessions to return (default 100). offset: Pagination offset (default 0). tags: Filter sessions by these tags. user_email: Filter sessions by the creator's email address.
Returns: A dict with a 'sessions' key containing a list of session summaries, each with session_id, status_enum, title, tags, and other metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| limit | No | ||
| offset | No | ||
| user_email | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||