Run APIs¶
Run APIs allow users to inspect the state of the annealer queue.
They are read only.
API Actions¶
| Verb | URL | Type | Comments |
|---|---|---|---|
| GET | api/v2/runs | list of run | List all items in queue |
| GET | api/v2/runs/[node id] | list of run | shows list of queue items for the given node |
| PUT | not suppored | n/a | |
| POST | not supported | n/a | |
| DELETE | not supported | n/a |