{ "opencollection": "1.0.0", "info": { "name": "Luciq MCP Server App Hangs Occurrences API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.luciq.ai/oauth/authorize", "accessTokenUrl": "https://api.luciq.ai/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Occurrences", "type": "folder" }, "items": [ { "info": { "name": "List Occurrence Tokens", "type": "http" }, "http": { "method": "GET", "url": "https://api.luciq.ai/api/mcp/applications/:slug/crashes/:number/occurrences", "params": [ { "name": "slug", "value": "", "type": "path", "description": "The application slug as exposed by list_applications." }, { "name": "mode", "value": "", "type": "path", "description": "The reporting mode for the application (crash, bug, etc.)." }, { "name": "number", "value": "", "type": "path", "description": "The crash or bug number within the application's mode scope." }, { "name": "foreground", "value": "", "type": "query" }, { "name": "device", "value": "", "type": "query" }, { "name": "os_version", "value": "", "type": "query" }, { "name": "app_version", "value": "", "type": "query" }, { "name": "experiments", "value": "", "type": "query" }, { "name": "view", "value": "", "type": "query" }, { "name": "date_from_ms", "value": "", "type": "query" }, { "name": "date_to_ms", "value": "", "type": "query" } ] }, "docs": "Lists individual crash occurrence ULIDs for drilling down into specific user/device sessions. Backs the list_occurrence_tokens MCP tool." }, { "info": { "name": "Get Occurrence Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.luciq.ai/api/mcp/applications/:slug/crashes/:number/occurrences/:ulid", "params": [ { "name": "slug", "value": "", "type": "path", "description": "The application slug as exposed by list_applications." }, { "name": "mode", "value": "", "type": "path", "description": "The reporting mode for the application (crash, bug, etc.)." }, { "name": "number", "value": "", "type": "path", "description": "The crash or bug number within the application's mode scope." }, { "name": "ulid", "value": "", "type": "path" } ] }, "docs": "Returns the exact context of one crash occurrence: device, OS, memory, storage, app status, user, and log URLs. Backs the get_occurrence_details MCP tool." } ] } ], "bundled": true }