provider activity_logsadvanced_activity_logs POST /api/organizations/{organization_id}/advanced_activity_logs/export/
@utdk/posthog /api/organizations/{organization_id}/advanced_activity_logs/export/
org_organizations_advanced_activity_logs_export_create
Organization-wide view of activity logs across every project in the organization. Mounted at /api/organizations/<organization_id>/advanced_activity_logs/. Restricted to organization admins and owners.
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

Try it

Authentication
Configure credentials for PostHog API
orgOrganizationsAdvancedActivityLogsExportCreate
POST/api/organizations/{organization_id}/advanced_activity_logs/export/
Organization-wide view of activity logs across every project in the organization. Mounted at /api/organizations/<organization_id>/advanced_activity_logs/. Restricted to organization admins and owners.

Parameters

required

ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/.

Input

required
required
required

is the date of this log item newer than the user's bookmark

required
required

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