Skip to main content
GET
Get one AdminAgentSession
An AdminAgentSession represents a conversation session between an admin user and the AI assistant within the Nexudus admin panel. Each session is linked to a specific Business and User (the operator), identified by a unique SessionId. Sessions track the conversation channel (Chat or API), status, and metadata such as page context.

Authentication

This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header. The authenticated user must be a full unrestricted administrator or have the AdminAgentSession-Read role.

Path Parameters

integer
required
The Id of the AdminAgentSession record to retrieve.

Code Examples

Response

200

integer
The business property.
integer
The user property.
string
Display value for User.FullName..
string
Display value for User.Email..
string
The sessionid property.
string
The title property.
integer
The channel property.
string
The startedon property.
string
The lastactivityon property.
integer
The status property.
string
The metadata property.
integer
Default routing of messages: Agent (assistant answers everything) or Chat (people talk, the assistant only answers when mentioned).
string
First characters of the most recent message (set automatically).
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response