provider llm_skills GET /api/projects/{project_id}/llm_skills/
@utdk/posthog /api/projects/{project_id}/llm_skills/
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
limit query
Number of results to return per page.
integer
offset query
The initial index from which to return the results.
integer
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
Optional substring filter applied to skill names and descriptions.
string

Try it

Authentication
Configure credentials for PostHog API
llmSkillsList
GET/api/projects/{project_id}/llm_skills/

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