v1

latestOpenAPI 3.0.02026-07-17224996.6 KB
Execution Receipts

Get Execution Receipts by Result ID

Get all execution receipts for the provided execution result ID.

get/execution_receipts/results/{id}

Path parameters

idstring hexadecimal required

A 32-byte unique identifier for an entity.

The ID of the execution result.

Query parameters

expandstring[]

A comma-separated list indicating which properties of the content to expand.

selectstring[]

A comma-separated list indicating which properties of the content to return.

Response

OK

executor_idstring hexadecimal required

A 32-byte unique identifier for an entity.

result_idstring hexadecimal required

A 32-byte unique identifier for an entity.

spocksstring[]
executor_signaturestring byte required

Example response

[
  {
    "executor_signature": "",
    "spocks": [
      "",
      ""
    ],
    "metadata": {
      "executor_metadata": {
        "execution_result_id": null,
        "executor_ids": [
          null,
          null
        ]
      }
    },
    "result_id": null,
    "execution_result": {
      "metadata": {
        "executor_metadata": {
          "execution_result_id": null,
          "executor_ids": [
            null,
            null
          ]
        }
      },
      "_links": {
        "_self": "_self"
      },
      "chunks": [
        {
          "start_state": "",
          "index": "index",
          "number_of_transactions": "number_of_transactions",
          "collection_index": "collection_index",
          "end_state": "",
          "event_collection": "",
          "block_id": null,
          "total_computation_used": "total_computation_used"
        },
        {
          "start_state": "",
          "index": "index",
          "number_of_transactions": "number_of_transactions",
          "collection_index": "collection_index",
          "end_state": "",
          "event_collection": "",
          "block_id": null,
          "total_computation_used": "total_computation_used"
        }
      ],
      "id": null,
      "previous_result_id": null,
      "block_id": null,
      "events": [
        {
          "transaction_id": null,
          "payload": "",
          "transaction_index": "transaction_index",
          "type": "type",
          "event_index": "event_index"
        },
        {
          "transaction_id": null,
          "payload": "",
          "transaction_index": "transaction_index",
          "type": "type",
          "event_index": "event_index"
        }
      ]
    },
    "_expandable": {
      "execution_result": "http://example.com/aeiou"
    },
    "executor_id": "executor_id"
  }
]