Skip to main content
Gets information about a schedule in the network’s action queue. Responds with INVALID_SCHEDULE_ID if the requested schedule doesn’t exist.

ScheduleGetInfoQuery

FieldTypeDescription
headerQueryHeaderStandard info sent from client to node, including the signed payment, and what kind of response is requested (cost, state proof, both, or neither).
scheduleIDScheduleIDThe ID of the Scheduled Entity

ScheduleInfo

Information summarizing schedule state.
FieldTypeDescription
scheduleIDScheduleIDThe id of the schedule
creatorAccountIDAccountIDThe id of the account responsible for the service fee of the scheduled transaction
payerAccountIDAccountIDAccountIDThe account which is going to pay for the execution of the scheduled transaction
scheduledTransactionBodySchedulableTransactionBodyThe scheduled transaction
signersKeyListThe Ed25519 keys the network deems to have signed the scheduled transaction
adminKeyKeyThe key used to delete the schedule from state
memostringThe publicly visible memo of the schedule
expirationTimeTimeStampThe epoch second at which the schedule will expire
scheduledTransactionIDTransactionIDThe transaction id that will be used in the record of the scheduled transaction (if it executes)
ledger_idbytesThe ledger ID the response was returned from; please see HIP-198 for the network-specific IDs
oneof data :
deletion_timeTimeStampIf the schedule has been deleted, the consensus time when this occurred
execution_timeTimeStampIf the schedule has been executed, the consensus time when this occurred

ScheduleGetInfoResponse

Response wrapper for the ScheduleInfo.
FieldTypeDescription
headerResponseHeaderStandard response from node to client, including the requested fields: cost, or state proof, or both, or neither.
scheduleInfoScheduleInfoThe information requested about this schedule instance