provider customer_analyticsaccounts GET
/api/environments/{environment_id}/accounts/{account_id}/notebooks/ @utdk/posthog
/api/environments/{environment_id}/accounts/{account_id}/notebooks/ environments_accounts_notebooks_list
- account_id path required
- UUID of the parent account.
- string
- 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
- ordering query
- Sort by creation date or author. Defaults to '-created_at'.
- enum: -created_at, -created_by, created_at, created_by
- search query
- Full-text search across notebook title and content.
- 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.environmentsAccountsNotebooksList()