v1

latestOpenAPI 3.0.02026-07-26242779.3 KB

Get session details

Retrieves detailed information about a specific session, including resource metrics and meeting IDs.

get/agents/{agentName}/sessions/{sessionId}

Path parameters

agentNamestring required

Name of the agent

sessionIdstring uuid required

UUID of the session to retrieve

Response

Session details retrieved successfully

sessionIdstring

ID of the session

serviceIdstring

ID of the service for this session

organizationIdstring

ID of the organization that this session is associated with

deploymentIdstring

ID of the deployment that this session is associated with

endedAtstring date-time nullable

Timestamp when the session ended

botStartSecondsinteger nullable

Number of seconds between bot start request and bot start

coldStartboolean nullable

Whether the bot start was a cold start

completionStatusstring nullable

The completion status of the session. This can be an http return code or a string like HTTP_COMPLETED, HTTP_ERROR, WS_CONNECTION_CLOSED, among others

createdAtstring date-time

Timestamp when the session was created

updatedAtstring date-time

Timestamp when the session was last updated