v1
latestOpenAPI 3.0.02026-07-17224996.6 KBGet a Transaction Result by transaction ID or scheduled transaction ID.
Get transaction result by the transaction's ID. If the transaction is a scheduled transaction, it can alternatively be retrieved by the scheduled transaction ID field returned by the system contract.
Path parameters
A transaction identifier. This may be a 64-character hex-encoded transaction ID (e.g. a1b2c3...) or a uint64 scheduled transaction ID returned by the system contract.
Query parameters
A 32-byte unique identifier for an entity.
A block ID optional parameter
A 32-byte unique identifier for an entity.
A collection ID optional parameter.
A comma-separated list indicating which properties of the content to expand.
A comma-separated list indicating which properties of the content to return.
A minimum number of execution receipts for the execution result.
A set of execution node IDs, one of which must have produced the execution result.
Specifies whether or not to include the executor metadata in the response.
Response
OK
Example response
{
"collection_id": null,
"error_message": "error_message",
"execution": "Pending",
"metadata": {
"executor_metadata": {
"execution_result_id": null,
"executor_ids": [
null,
null
]
}
},
"status_code": 0,
"_links": {
"_self": "_self"
},
"block_id": null,
"computation_used": "computation_used",
"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"
}
],
"status": "Pending"
}