provider llm_analytics GET /api/environments/{environment_id}/llm_analytics/evaluation_reports/{id}/
@utdk/posthog /api/environments/{environment_id}/llm_analytics/evaluation_reports/{id}/
environments_llm_analytics_evaluation_reports_retrieve
CRUD for evaluation report configurations + report run history.
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
id path required
A UUID string identifying this evaluation report.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsLlmAnalyticsEvaluationReportsRetrieve
GET/api/environments/{environment_id}/llm_analytics/evaluation_reports/{id}/
CRUD for evaluation report configurations + report run history.

Parameters

required

Deprecated. Use /api/projects/{project_id}/ instead.

required

A UUID string identifying this evaluation report.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import posthog from '@utdk/posthog';

await posthog.environmentsLlmAnalyticsEvaluationReportsRetrieve()