provider llm_analytics PATCH /api/environments/{environment_id}/llm_analytics/review_queue_items/{id}/
@utdk/posthog /api/environments/{environment_id}/llm_analytics/review_queue_items/{id}/
environments_llm_analytics_review_queue_items_partial_update
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
id path required
A UUID string identifying this review queue item.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsLlmAnalyticsReviewQueueItemsPartialUpdate
PATCH/api/environments/{environment_id}/llm_analytics/review_queue_items/{id}/

Parameters

required

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

required

A UUID string identifying this review queue item.

Input

Review queue ID that should own this pending trace.

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