{ "opencollection": "1.0.0", "info": { "name": "Google Quantum Engine Calibrations API", "version": "v1alpha1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Calibrations", "type": "folder" }, "items": [ { "info": { "name": "List Quantum Calibrations", "type": "http" }, "http": { "method": "GET", "url": "https://quantum.googleapis.com/v1alpha1/:parent/calibrations", "params": [ { "name": "parent", "value": "", "type": "path", "description": "The parent processor resource, formatted as `projects/{project_id}/processors/{processor_id}`." }, { "name": "pageSize", "value": "", "type": "query", "description": "Maximum number of items to return in a page." }, { "name": "pageToken", "value": "", "type": "query", "description": "Continuation token from a previous list response." }, { "name": "filter", "value": "", "type": "query", "description": "AIP-160 filter expression (e.g., `labels.team = quantum`, `executionStatus.state = SUCCESS`)." } ] }, "docs": "List historical calibration snapshots for a processor." }, { "info": { "name": "Get Quantum Calibration", "type": "http" }, "http": { "method": "GET", "url": "https://quantum.googleapis.com/v1alpha1/:name/calibration", "params": [ { "name": "name", "value": "", "type": "path", "description": "The calibration resource name." } ] }, "docs": "Retrieve a single calibration snapshot for a processor." } ] } ], "bundled": true }