provider llm_analytics GET /api/projects/{project_id}/llm_analytics/score_definitions/
@utdk/posthog /api/projects/{project_id}/llm_analytics/score_definitions/
llm_analytics_score_definitions_list
archived query
Filter by archived state.
boolean
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
project_id path required
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
string
search query
Search scorers by name or description.
string

Try it

Authentication
Configure credentials for PostHog API
llmAnalyticsScoreDefinitionsList
GET/api/projects/{project_id}/llm_analytics/score_definitions/

Parameters

required

Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.

Filter by archived state.

Filter by scorer kind.

Number of results to return per page.

The initial index from which to return the results.

Sort by name, kind, created_at, updated_at, or current_version.

Search scorers by name or description.

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