Actions116
- 💬 Chats Actions
- 👤 Contacts Actions
- 👥 Groups Actions
- Get Info Admin Only
- Set Messages Admin Only
- Get Messages Admin Only
- Get Invite Code
- Revoke Invite Code
- Get Participants
- Add Participants
- Remove Participants
- Promote To Admin
- Demote To Admin
- Create Group
- Get Groups
- Join Info Group
- Join Group
- Refresh Groups
- Get Group
- Delete Group
- Leave Group
- Get Chat Picture
- Set Picture
- Delete Picture
- Set Description
- Set Subject
- Set Info Admin Only
- 🖥️ Sessions Actions
- 🆔 Profile Actions
- 🖼️ Screenshot Actions
- 📤 Chatting Actions
- 📢 Channels Actions
- 🟢 Status Actions
- ✅ Presence Actions
- 🏷️ Labels Actions
- 🔍 Observability Actions
- 🔑 Auth Actions
Overview
This node interacts with a session management API to list sessions. It is useful for retrieving session data, including optionally all sessions regardless of their state. Practical applications include monitoring active and stopped sessions in a system, auditing session history, or integrating session data into workflows for further processing.
Use Case Examples
- Retrieve all active sessions for monitoring purposes.
- List all sessions including those stopped for audit and reporting.
- Use batching options to handle large numbers of sessions efficiently.
Properties
| Name | Meaning |
|---|---|
| All | Whether to return all sessions, including those in the STOPPED state. |
| Request Options | Additional HTTP request options such as batching, SSL handling, proxy, and timeout settings. |
Output
JSON
sessions- Array of session objects returned by the API, representing individual sessions with their details.
Dependencies
- Requires API authentication credentials to access the session management service.
Troubleshooting
- If the node returns no sessions, verify the 'All' property to ensure stopped sessions are included if needed.
- Timeout errors may occur if the server is slow; adjust the 'Timeout' property accordingly.
- SSL certificate errors can be bypassed by enabling 'Ignore SSL Issues', but this reduces security.
- Proxy settings must be correctly configured if your network requires it, otherwise requests may fail.