Agent API
Get all sessions for an agent
Retrieves all sessions associated with the specified agent. Authorization required.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier for the agent.
Response
200
application/json
List of sessions successfully retrieved.
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.