list_participants
List session participants with metadata (name, message count, timestamps) to identify attendees and then fetch their responses via filters.
Instructions
List participants in a Harmonica session with metadata (name, message count, timestamps) but WITHOUT full conversations. Use this first to find participants, then get_responses with filters for specific ones.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by participant name (partial match) | |
| sort | No | Sort by join date (default: oldest) | |
| 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) |