provider customer_analyticsaccounts GET /api/projects/{project_id}/accounts/{account_id}/notebooks/
@utdk/posthog /api/projects/{project_id}/accounts/{account_id}/notebooks/
accounts_notebooks_list
account_id path required
UUID of the parent account.
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
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
Full-text search across notebook title and content.
string

Try it

Authentication
Configure credentials for PostHog API
accountsNotebooksList
GET/api/projects/{project_id}/accounts/{account_id}/notebooks/

Parameters

required

UUID of the parent account.

required

Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.

Number of results to return per page.

The initial index from which to return the results.

Sort by creation date or author. Defaults to '-created_at'.

Full-text search across notebook title and content.

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