provider elements GET /api/environments/{environment_id}/elements/values/
@utdk/posthog /api/environments/{environment_id}/elements/values/
environments_elements_values_list
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
key query required
Element property to list values for: tag_name, text, href, or attr_id.
string
value query
Optional substring to filter values by (case-sensitive contains match).
string

Try it

Authentication
Configure credentials for PostHog API
environmentsElementsValuesList
GET/api/environments/{environment_id}/elements/values/

Parameters

required

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

required

Element property to list values for: tag_name, text, href, or attr_id.

Optional substring to filter values by (case-sensitive contains match).

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