Documentation Index
Fetch the complete documentation index at: https://mintlify.com/everruns/everruns/llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/sessions/
Retrieves details for a specific session.Path Parameters
The ID of the session to retrieve. Must be a valid session ID with the
session_ prefix.Response
Returns theSession object.
The session’s public ID with the
session_ prefix.The ID of the agent assigned to this session.
The session title.
Tags associated with the session.
Model override for this session, if set.
Session-level capabilities that are additive to the agent’s capabilities.Each capability object contains:
ref(string): Capability reference IDconfig(object, optional): Configuration overrides for the capability
Current session status:
started, active, or idle.Status transitions:started→ Initial stateactive→ Processing a turnidle→ Waiting for input
idle.Computed at read time by aggregating features from all active capabilities (not stored in database).
ISO 8601 timestamp when the session was created.
ISO 8601 timestamp when the session was last updated.
Example
Error Responses
404 Not Found- Session does not exist or is not accessible401 Unauthorized- Missing or invalid authentication
Notes
- Sessions are top-level entities under organizations
- The
featuresfield is computed at read time from active capabilities - Session capabilities are additive to the agent’s capabilities