provider llm_analytics POST /api/environments/{environment_id}/llm_analytics/review_queue_items/
@utdk/posthog /api/environments/{environment_id}/llm_analytics/review_queue_items/
environments_llm_analytics_review_queue_items_create
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsLlmAnalyticsReviewQueueItemsCreate
POST/api/environments/{environment_id}/llm_analytics/review_queue_items/

Parameters

required

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

Input

required

Review queue ID that should own this pending trace.

required

Trace ID to add to the selected review queue.

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