{ "opencollection": "1.0.0", "info": { "name": "Xata API Keys Logs API", "version": "1.0" }, "items": [ { "info": { "name": "Logs", "type": "folder" }, "items": [ { "info": { "name": "Retrieve branch logs", "type": "http" }, "http": { "method": "POST", "url": "https://api.xata.tech/organizations/:organizationID/projects/:projectID/branches/:branchID/logs", "params": [ { "name": "organizationID", "value": "", "type": "path" }, { "name": "projectID", "value": "", "type": "path" }, { "name": "branchID", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://auth.xata.io/realms/xata/protocol/openid-connect/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Retrieve branch logs" } ] } ], "bundled": true }