weflow_get_session_messages_chatlab
Retrieve a WeChat session's messages in ChatLab format using the session ID, with options for pagination and time filters.
Instructions
Pull one session in ChatLab format using WeFlow's /api/v1/sessions/:id/messages endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Session ID, for example wxid_xxx or xxx@chatroom. | |
| end | No | ||
| limit | No | ||
| since | No | ||
| offset | No |