get_session
Retrieve details of a Devin session to inspect its status, messages, and metadata. Check whether it is running, finished, or asleep due to ACU limits.
Instructions
Retrieve details about an existing Devin session.
Use this to inspect the current status, messages, and metadata of a session. This is useful for checking whether a session is still running, has finished, or has gone to sleep due to ACU limits.
Args: session_id: The identifier of the session to retrieve.
Returns: Session details including status_enum, messages, title, tags, and metadata. The status_enum field indicates the session state: working, blocked, expired, finished, suspend_requested, resume_requested, or resumed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||