devin_get_status
Check the current status of a Devin session using its session ID. Retrieve the session URL and status enum to know exactly where a delegated task stands.
Instructions
Quick, non-blocking status check on a Devin session.
Args: session_id: The session ID to check
Returns: dict with keys: - success: bool indicating if status was retrieved - session_id: The session ID - url: The session URL (if success) - status_enum: Current status (if success) - error: Error message (if not success)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||