provider organizationsprojects GET
/api/organizations/{organization_id}/projects/ @utdk/posthog
/api/organizations/{organization_id}/projects/ organizations_projects_list
Projects for the current organization.
- limit query
- Number of results to return per page.
- integer
- offset query
- The initial index from which to return the results.
- integer
- organization_id path required
- ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/.
- string
- search query
- A search term.
- 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.organizationsProjectsList()