{ "opencollection": "1.0.0", "info": { "name": "Hathora Cloud AppsV2 MetricsV1 API", "version": "3.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "MetricsV1", "type": "folder" }, "items": [ { "info": { "name": "Get metrics for a process using appId and processId.", "type": "http" }, "http": { "method": "GET", "url": "https://api.hathora.dev/metrics/v1/:appId/process/:processId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The unique identifier for an application." }, { "name": "processId", "value": "", "type": "path" }, { "name": "metrics", "value": "", "type": "query", "description": "The metrics to retrieve." } ] }, "docs": "Get metrics for a process using appId and processId." } ] } ], "bundled": true }