list_insights
List insights for a Freeplay project to surface actionable themes from production data, with optional filtering by prompt template or agent.
Instructions
List insights for a Freeplay project. This is a read-only operation.
Retrieve a paginated list of insights. Insights are automatically generated observations about patterns in your production data, surfacing actionable themes from auto-evaluation scores on logs and from human annotations. Filter by prompt template or agent to see specific insights for each component.
Args: project_id: The Freeplay project ID (required) page: Page number for pagination (default: 1) page_size: Number of insights per page (default: 30) prompt_template_id: Filter insights by prompt template UUID (optional) agent_id: Filter insights by agent UUID (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| agent_id | No | ||
| page_size | No | ||
| project_id | Yes | ||
| prompt_template_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |