{ "opencollection": "1.0.0", "info": { "name": "IonQ Cloud Platform backends API", "version": "v0.4" }, "items": [ { "info": { "name": "backends", "type": "folder" }, "items": [ { "info": { "name": "Get Backends", "type": "http" }, "http": { "method": "GET", "url": "https://api.ionq.co/v0.4/backends" }, "docs": "This endpoint retrieves all backends." }, { "info": { "name": "Get a Backend", "type": "http" }, "http": { "method": "GET", "url": "https://api.ionq.co/v0.4/backends/:backend", "params": [ { "name": "backend", "value": "", "type": "path", "description": "A backend where jobs can run on." } ] }, "docs": "This endpoint retrieves a backend." } ] } ], "bundled": true }