GET
| Path | Est. CU | Description |
|---|---|---|
| direct/v1/Allium/api/v1/explorer/queries //runs/latest | 100 | Fetch the latest query run. |
| direct/v1/Allium/api/v1/explorer/query-runs //results | 100 | Fetch query run results. |
PATCH
| Path | Est. CU | Description |
|---|---|---|
| direct/v1/Allium/api/v1/explorer/queries / | 100 | Update an Explorer query. |
POST
| Path | Est. CU | Description |
|---|---|---|
| direct/v1/Allium/api/v1/explorer/queries | 100 | Create an Explorer query. |
| direct/v1/Allium/api/v1/explorer/queries //run-async | 100 | Run an Explorer query asynchronously. |