provider AI observabilityllm_analytics POST /api/environments/{environment_id}/llm_analytics/offline_evaluations/experiment_items/
@utdk/posthog /api/environments/{environment_id}/llm_analytics/offline_evaluations/experiment_items/
environments_llm_analytics_offline_evaluations_experiment_items_create
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsLlmAnalyticsOfflineEvaluationsExperimentItemsCreate
POST/api/environments/{environment_id}/llm_analytics/offline_evaluations/experiment_items/

Parameters

required

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

Input

required

`$ai_experiment_id` whose offline-evaluation items to return.

Lower bound on `timestamp` (ISO-8601). Omit to leave the lower bound open.

Upper bound on `timestamp` (ISO-8601). Omit to leave the upper bound open.

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.environmentsLlmAnalyticsOfflineEvaluationsExperimentItemsCreate()