Get Schedule by ID
Returns schedule information based on the given schedule id
This method will use 20
Compute Units.
Returns schedule information based on the given schedule id
Path parameters
scheduleIdstring | nullableRequiredExample:
Network entity ID in the format of shard.realm.num
0.1.2
Pattern: ^\d{1,10}\.\d{1,10}\.\d{1,10}$
Responses
200
OK
application/json
400
Invalid parameter
application/json
404
Not Found
application/json
get
GET /v1/YOUR_API_KEY/api/v1/schedules/{scheduleId} HTTP/1.1
Host: mainnet.hedera.validationcloud.io
Accept: */*
{
"admin_key": {
"_type": "ProtobufEncoded",
"key": 10101
},
"consensus_timestamp": "1586567700.453054000",
"creator_account_id": "0.1.2",
"deleted": false,
"executed_timestamp": "1586567700.453054000",
"expiration_time": "1586567700.453054000",
"memo": "created on 02/10/2021",
"payer_account_id": "0.1.2",
"schedule_id": "0.1.2",
"signatures": [
{
"consensus_timestamp": "1586567700.453054000",
"public_key_prefix": "AAEBAwuqAwzB",
"signature": "3q2+7wABAQMLqgMMwQ==",
"type": "ED25519"
}
],
"transaction_body": "Kd6tvu8=",
"wait_for_expiry": true
}
Last updated
Was this helpful?