provider saved_query_column_annotations GET
/api/projects/{project_id}/saved_query_column_annotations/ @utdk/posthog
/api/projects/{project_id}/saved_query_column_annotations/ saved_query_column_annotations_list
Read and edit semantic descriptions of data-modelling views and columns surfaced to the AI agent.
List can be filtered to one view with `?saved_query_id=<uuid>`. Any create or update is treated as a
user edit (`is_user_edited=True`), which protects the row from being overwritten by automatic
enrichment. Create upserts on `(saved_query, column_name)`; the view cannot be changed after creation.
- 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
- saved_query_id query
- Only return annotations for this data warehouse saved query (view).
- 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.savedQueryColumnAnnotationsList()