get_discussion_messages
Retrieve discussion messages in chronological order using project and discussion UUIDs, with optional limit and pagination via the before parameter.
Instructions
Get messages from a discussion in chronological order. Messages are read-only via the API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max messages to return (default: 50, max: 200) | |
| before | No | ISO 8601 datetime for pagination — get messages before this time | |
| project_uuid | Yes | UUID of the project | |
| discussion_uuid | Yes | UUID of the discussion |