API Reference
Retrieve details about an existing session
Retrieve detailed information about an existing Devin session, including its status, output, and metadata.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The session ID
Response
200
application/json
Returns session details
Detailed information about an existing session
Unique identifier for the session
Current status of the session
Session title
Creation timestamp (ISO 8601)
Last update timestamp (ISO 8601)
ID of the machine snapshot used
ID of the playbook used
Pull request information (null if no PR is associated) containing url field
Task-specific structured output
Session status enumerations
Available options:
RUNNING
, blocked
, stopped