getSessionList()
Retrieves a list of sessions.
- Name
clientId?
- Type
string
- Description
The client ID to retrieve the list of sessions for.
- Name
userId?
- Type
string
- Description
The user ID to retrieve the list of sessions for.
- Name
status?
- Type
[SessionStatus](/docs/references/javascript/types/session-status)
- Description
The status of the session.
Example
getSessionList({ clientId, userId })
Retrieve a list of sessions for a specific clientId and userId:
getSessionList({ clientId, sessionId, status })
Retrieve a list of sessions with a specific status:
Feedback
Last updated on