{ "opencollection": "1.0.0", "info": { "name": "PostHog actions advanced_activity_logs API", "version": "1.0.0" }, "items": [ { "info": { "name": "advanced_activity_logs", "type": "folder" }, "items": [ { "info": { "name": "advanced_activity_logs_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/advanced_activity_logs/", "params": [ { "name": "activities", "value": "", "type": "query" }, { "name": "clients", "value": "", "type": "query" }, { "name": "detail_filters", "value": "", "type": "query" }, { "name": "end_date", "value": "", "type": "query" }, { "name": "hogql_filter", "value": "", "type": "query" }, { "name": "is_system", "value": "", "type": "query" }, { "name": "item_ids", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query", "description": "Page number for pagination. When provided, uses page-based pagination ordered by most recent first." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results per page (default: 100, max: 1000). Only used with page-based pagination." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." }, { "name": "scopes", "value": "", "type": "query" }, { "name": "search_text", "value": "", "type": "query" }, { "name": "start_date", "value": "", "type": "query" }, { "name": "users", "value": "", "type": "query" }, { "name": "was_impersonated", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "advanced_activity_logs_available_filters_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/advanced_activity_logs/available_filters/", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "advanced_activity_logs_export_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/projects/:project_id/advanced_activity_logs/export/", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }