Skip to main content

/v1/execution_results/{id} REST API Endpoint

Returns execution result by providing the execution result ID.

Updated on
Oct 4, 2023

/v1/execution_results/{id} REST API Endpoint

Parameters

id
string
REQUIRED
The ID of the execution result
select
string
A comma-separated list indicating which properties of the content to return

Returns

id
string
The id of the execution result
block_id
string
The id of the block
events
array
An array of events that were emitted during the execution of the transactions. It contains the following fields:
type
string
The type of the event, which is typically a string that identifies the purpose or function of the event
transaction_id
string
The unique id of the transaction that emitted the event
transaction_index
string
The index of the transaction that emitted the event
event_index
string
The index of the event within the transaction
payload
string
The data payload associated with the event, which can be used to provide additional information about the event
chunks
array
An array of data chunks generated during the execution of the transaction. It contains the following fields:
collection_index
string
The index of the collection that the chunk belongs to
start_state
string
The state of the blockchain before the execution of the chunk
event_collection
string
The collection of events that were emitted during the execution of the chunk
block_id
string
The ID of the block that the chunk belongs to
total_computation_used
string
The total amount of computation resources that were consumed during the execution of the chunk
number_of_transactions
string
The number of transactions that were included in the chunk
index
string
The index of the chunk within the block
end_state
string
The state of the blockchain after the execution of the chunk
previous_result_id
string
The unique id of the previous execution result
_links
object
An object that contains links to related resources or endpoints
_self
string
It is a link that refers to the current resource itself. In this case, it is the execution result resource requested
Request
1
curl -X 'GET' 'https://docs-demo.flow-mainnet.quiknode.pro/v1/execution_results/8865d8249ed59472e0667c0641e24e25e9fcc862293ed7861936032cf801dd86' \
2
-H 'Content-Type: application/json'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free