provider llm_analytics GET /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_list
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
limit query
Number of results to return per page.
integer
offset query
The initial index from which to return the results.
integer
order_by query
Order by `created_at` or `updated_at`.
string
queue_id query
Filter by a specific review queue ID.
string
search query
Search pending trace IDs.
string
trace_id query
Filter by an exact trace ID.
string
trace_id__in query
Filter by multiple trace IDs separated by commas.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsLlmAnalyticsReviewQueueItemsList
GET/api/environments/{environment_id}/llm_analytics/review_queue_items/

Parameters

required

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

Number of results to return per page.

The initial index from which to return the results.

Order by `created_at` or `updated_at`.

Filter by a specific review queue ID.

Search pending trace IDs.

Filter by an exact trace ID.

Filter by multiple trace IDs separated by commas.

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