---
title: "Get schedule by id"
method: GET
path: "/api/v1/schedules/{scheduleId}"
tags: ["schedules"]
---

# Get schedule by id

`GET /api/v1/schedules/{scheduleId}`

Returns schedule information based on the given schedule id

## Path parameters

- `scheduleId` string, nullable, required — Network entity ID in the format of `shard.realm.num`

## Response `200`

OK

- Schedule
  - `admin_key` Key, nullable — The public key which controls access to various network entities.
    - `_type` 'ECDSA_SECP256K1' | 'ED25519' | 'ProtobufEncoded'
    - `key` string
  - `consensus_timestamp` string — A Unix timestamp in seconds.nanoseconds format
  - `creator_account_id` string, nullable — Network entity ID in the format of `shard.realm.num`
  - `deleted` boolean
  - `executed_timestamp` string, nullable — A Unix timestamp in seconds.nanoseconds format
  - `expiration_time` string, nullable — A Unix timestamp in seconds.nanoseconds format
  - `memo` string
  - `payer_account_id` string, nullable — Network entity ID in the format of `shard.realm.num`
  - `schedule_id` string, nullable — Network entity ID in the format of `shard.realm.num`
  - `signatures` ScheduleSignature[]
    - `consensus_timestamp` string — A Unix timestamp in seconds.nanoseconds format
    - `public_key_prefix` string, byte
    - `signature` string, byte
    - `type` 'CONTRACT' | 'ED25519' | 'RSA_3072' | 'ECDSA_384' | 'ECDSA_SECP256K1' | 'UNKNOWN'
  - `transaction_body` string, byte
  - `wait_for_expiry` boolean

## Other responses

- `400` — Invalid parameter
- `404` — Not Found

---

[API](https://skmtc.dev/hedera/apis/mirror-node-rest-api.md) · [All operations](https://skmtc.dev/hedera/apis/mirror-node-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hedera/mirror-node-rest-api/revisions/45f5ccac560c/schema)
