github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/docs/swagger/endpoints_states.md (about)

     1  Example response:
     2  
     3  ```json
     4  {
     5    "state": {
     6      "Nodes": {
     7        "QmSyJ8VUd4YSPwZFJSJsHmmmmg7sd4BAc2yHY73nisJo86": {
     8          "Shards": {
     9            "0": {
    10              "NodeId": "QmSyJ8VUd4YSPwZFJSJsHmmmmg7sd4BAc2yHY73nisJo86",
    11              "State": "Cancelled",
    12              "VerificationResult": {},
    13              "PublishedResults": {}
    14            }
    15          }
    16        },
    17        "QmYgxZiySj3MRkwLSL4X2MF5F9f2PMhAE3LV49XkfNL1o3": {
    18          "Shards": {
    19            "0": {
    20              "NodeId": "QmYgxZiySj3MRkwLSL4X2MF5F9f2PMhAE3LV49XkfNL1o3",
    21              "State": "Cancelled",
    22              "VerificationResult": {},
    23              "PublishedResults": {}
    24            }
    25          }
    26        },
    27        "QmdZQ7ZbhnvWY1J12XYKGHApJ6aufKyLNSvf8jZBrBaAVL": {
    28          "Shards": {
    29            "0": {
    30              "NodeId": "QmdZQ7ZbhnvWY1J12XYKGHApJ6aufKyLNSvf8jZBrBaAVL",
    31              "State": "Completed",
    32              "Status": "Got results proposal of length: 0",
    33              "VerificationResult": {
    34                "Complete": true,
    35                "Result": true
    36              },
    37              "PublishedResults": {
    38                "StorageSource": "IPFS",
    39                "Name": "job-9304c616-291f-41ad-b862-54e133c0149e-shard-0-host-QmdZQ7ZbhnvWY1J12XYKGHApJ6aufKyLNSvf8jZBrBaAVL",
    40                "CID": "QmTVmC7JBD2ES2qGPqBNVWnX1KeEPNrPGb7rJ8cpFgtefe"
    41              },
    42              "RunOutput": {
    43                "stdout": "Thu Nov 17 13:32:55 UTC 2022\n",
    44                "stdouttruncated": false,
    45                "stderr": "",
    46                "stderrtruncated": false,
    47                "exitCode": 0,
    48                "runnerError": ""
    49              }
    50            }
    51          }
    52        }
    53      }
    54    }
    55  }
    56  ```