Schedules
Schedule Transactions
Mirror node REST endpoints for querying Hedera scheduled transactions, including scheduling metadata, signatures collected, and execution status by ID.
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 endpoints for querying Hedera scheduled transactions, including scheduling metadata, signatures collected, and execution status by ID.
| 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?