cURL
curl --request GET \ --url https://trails-api.herd.eco/v1/trails/{trailId}/versions/{versionId}/executions/{executionId} \ --header 'Authorization: <api-key>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "createdAt": "<string>", "updatedAt": "<string>", "steps": [ { "stepNumber": 123, "nodeId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "txHash": "<string>", "txBlockTimestamp": 123, "txBlockNumber": 123, "createdAt": "<string>", "evaluation": { "finalInputValues": {}, "contractAddress": "<string>" } } ] }
new Date(timestamp * 1000)
Enter your bearer token in the format Bearer <token>
UUIDv7 string
Execution details
The response is of type object.
object