provider llm_skills GET /api/environments/{environment_id}/llm_skills/
@utdk/posthog /api/environments/{environment_id}/llm_skills/
environments_llm_skills_list
category query
Filter skills to this exact category. Pass "scout" for Signals scouts, or an empty string to return only uncategorized skills. Omit the parameter entirely to return skills of every category.
string
created_by_id query
Filter skills by the ID of the user who created them.
integer
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
search query
Optional substring filter applied to skill names and descriptions.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsLlmSkillsList
GET/api/environments/{environment_id}/llm_skills/

Parameters

required

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

Filter skills to this exact category. Pass "scout" for Signals scouts, or an empty string to return only uncategorized skills. Omit the parameter entirely to return skills of every category.

Filter skills by the ID of the user who created them.

Number of results to return per page.

The initial index from which to return the results.

Optional substring filter applied to skill names and descriptions.

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