> ## Documentation Index
> Fetch the complete documentation index at: https://hedera-0c6e0218-mintlify-bc559771.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Schedule Transactions

> Mirror node REST endpoints for querying Hedera scheduled transactions, including scheduling metadata, signatures collected, and execution status by ID.

## Overview

The **Scheduled Transactions endpoints** in the Hedera Mirror Node REST API allows developers to query **scheduled transactions** on the Hedera network. These endpoints are essential for tracking transaction scheduling, execution status, and metadata related to scheduled transactions.

## Endpoints

The following endpoints are available for the Scheduled Transactions object:

| **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. |
