{ "opencollection": "1.0.0", "info": { "name": "PostHog actions session_summaries API", "version": "1.0.0" }, "items": [ { "info": { "name": "session_summaries", "type": "folder" }, "items": [ { "info": { "name": "retrieve_session_summaries_config", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/environments/:project_id/session_summaries/config/", "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/." } ] }, "docs": "Retrieve the team's session summaries configuration (product context used to tailor single-session replay summaries)." }, { "info": { "name": "update_session_summaries_config", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/environments/:project_id/session_summaries/config/", "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": "{}" } }, "docs": "Update the team's session summaries configuration (product context used to tailor single-session replay summaries)." }, { "info": { "name": "create_session_summaries", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/environments/:project_id/session_summaries/create_session_summaries/", "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": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Generate AI summary for a group of session recordings to find patterns and generate a notebook." }, { "info": { "name": "create_session_summaries_individually", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/environments/:project_id/session_summaries/create_session_summaries_individually/", "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": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Generate AI individual summary for each session, without grouping." } ] } ], "bundled": true }