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)

Changes

No recorded changes to this endpoint across all 1 revision of this API.