Skip to main content
GET
Détails d'une session d'agent

Autorisations

X-API-KEY
string
header
requis

En-têtes

X-End-User-ID
string | null

Paramètres de chemin

session_id
string<uuid>
requis

Réponse

Successful Response

id
string<uuid>
requis

Unique identifier for the session.

status
string
requis

Current status (e.g., 'active', 'completed').

created_at
string<date-time>
requis

Creation timestamp.

updated_at
string<date-time>
requis

Last update timestamp.

title
string | null

Title of the session.

model_name
string | null

Model being used.

external_user_id
string | null

The external user ID associated with this session, if any.

active_tools
PublicToolListItem · object[]

List of tools enabled for this session.

active_skills
PublicSkillListItem · object[]

List of skills enabled for this session.

documents
PublicSessionDocumentListItem · object[]

List of documents linked to this session.

workspaces
PublicWorkspace · object[]

List of workspaces linked to this session.

mcp_config
Mcp Config · object | null

La configuration MCP actuellement active pour cette session.