provider llm_analytics GET
/api/environments/{environment_id}/llm_analytics/score_definitions/ @utdk/posthog
/api/environments/{environment_id}/llm_analytics/score_definitions/ environments_llm_analytics_score_definitions_list
- archived query
- Filter by archived state.
- boolean
- environment_id path required
- Deprecated. Use /api/projects/{project_id}/ instead.
- string
- kind query
- Filter by scorer kind.
- 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
- Sort by name, kind, created_at, updated_at, or current_version.
- string
- search query
- Search scorers by name or description.
- string
Try it
Authentication
Configure credentials for PostHog API
Code snippet
Updates live as you fill in the form above.
TypeScript
import posthog from '@utdk/posthog';
await posthog.environmentsLlmAnalyticsScoreDefinitionsList()