Agent API
Get session details
Retrieves details for a specific session. Requires either user authentication or API key.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Unique identifier for the session.
Response
200
application/json
Session details retrieved successfully.
Unique identifier for the session.
Unique identifier for the agent.
Whether the session is completed.
Type of communication channel.
Channel-specific details.
Timestamp of session creation.
Identifier for the end user.