Read a LINE conversation
get_messagesRetrieve both sides of a LINE conversation by chat ID, with optional time bounds and message limit, ordered from oldest to newest.
Instructions
Read both sides of one LINE conversation by chat ID, ordered oldest to newest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ISO 8601 inclusive lower time bound. | |
| limit | No | Maximum messages to return. | |
| before | No | ISO 8601 exclusive upper time bound. | |
| chat_id | Yes | Chat ID returned by list_chats. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||