get_responses
Retrieve participant responses and full conversation threads from a Harmonica session. Apply filters by name, join date, or message count to handle large sessions.
Instructions
Get participant responses for a Harmonica session. Returns full conversation threads. Use filters to avoid fetching all data at once for large sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by participant name (partial match) | |
| sort | No | Sort by join date (default: oldest) | |
| limit | No | Max number of participants to return | |
| since | No | Only participants who joined after this ISO date | |
| session_id | Yes | Session ID (UUID) | |
| min_messages | No | Minimum user message count (skip bounces) |