latestOpenAPI 3.1.02026-08-08127304355.9 KB
69c553220183
Insights
Get Insights
Retrieve a paginated list of insights for a project. Use to discover insights or filter by prompt template or agent.
page_size defaults to 30, maximum 100.
get/api/v2/projects/{project_id}/insights
Path parameters
project_idstring required
Query parameters
pageinteger
page_sizeinteger
prompt_template_idstring uuid nullable
agent_idstring uuid nullable
Response
GetInsightsResponsePayload(data: list[server.api_routes.insights_api_v2.Insight], pagination: server.api_routes.api_v2_common.PaginationInfo)