{ "opencollection": "1.0.0", "info": { "name": "LogRocket GraphQL Data Export Highlights API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Highlights", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Galileo AI session highlights", "type": "http" }, "http": { "method": "GET", "url": "https://api.logrocket.com/orgs/:orgId/apps/:appId/highlights/", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "The organization identifier found in the LogRocket dashboard URL." }, { "name": "appId", "value": "", "type": "path", "description": "The application or project identifier found in the LogRocket dashboard URL." }, { "name": "id", "value": "", "type": "query", "description": "The request ID returned from the POST highlights endpoint." } ] }, "docs": "Retrieves the status and results of a previously submitted highlights request. If highlights are still being generated, the result field will be null and the status will be PENDING. When complete, the result includes overall highlights across all sessions and per-session highlights with Markdown-formatted links to relevant session times." }, { "info": { "name": "Request Galileo AI session highlights", "type": "http" }, "http": { "method": "POST", "url": "https://api.logrocket.com/orgs/:orgId/apps/:appId/highlights/", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "The organization identifier found in the LogRocket dashboard URL." }, { "name": "appId", "value": "", "type": "path", "description": "The application or project identifier found in the LogRocket dashboard URL." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Initiates a request for Galileo AI to generate session highlights and summaries. You can specify a user by email or user ID, and optionally limit the time range. The response includes a request ID that can be used to poll for results. Optionally provide a webhook URL to receive results via POST when they are ready." } ] } ], "bundled": true }