Schedules
Schedule Transactions
Mirror node REST API endpoints for Hedera scheduled transactions, covering schedule metadata, signatures, execution status, and historical scheduling data.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Mirror node REST API endpoints for Hedera scheduled transactions, covering schedule metadata, signatures, execution status, and historical scheduling data.
| Endpoint | Description |
|---|---|
GET /api/v1/schedules | Retrieves a list of scheduled transactions on the network. |
GET /api/v1/schedules/{id} | Fetches details of a specific scheduled transaction by ID. |
Was this page helpful?