Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Hedera schedules API

The schedules object represents the information associated with a schedule entity.The schedules list endpoints is cached and not updated as frequently as the schedule lookup by a specific ID endpoint.

Hedera schedules API is one of 10 APIs that Hedera publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include schedules. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and rate-limit docs.

This API exposes 2 operations across 2 paths, and defines 11 schemas. It is described by OpenAPI 3.1.0, at version 0.156.0.

Requests are made against a single base URL, {scheme}://{network}.mirrornode.hedera.com.

2 operations 2 paths 11 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.156.0
Base URL
https://mainnet.mirrornode.hedera.com
License
Resource Areas
1

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

schedules 2

The schedules object represents the information associated with a schedule entity.The schedules list endpoints is cached and not updated as frequently as the schedule lookup by a…

GET
/api/v1/schedules
List schedules entities
getSchedules 4 params → 200400
GET
/api/v1/schedules/{scheduleId}
Get schedule by id
getSchedule 1 param → 200400404

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are Schedule (12 properties), ScheduleSignature (4 properties), Key (2 properties), SchedulesResponse (2 properties). Each schema is shown below with its type and property counts.

Links
object
1 property
Schedule
object
12 properties
Schedules
array
EntityId
stringnull
Network entity ID in the format of shard.realm.num
TimestampNullable
stringnull
A Unix timestamp in seconds.nanoseconds format
Error
object
1 property
EntityIdQuery
string
SchedulesResponse
object
2 properties
Timestamp
string
A Unix timestamp in seconds.nanoseconds format
Key
objectnull
The public key which controls access to various network entities.
2 properties
ScheduleSignature
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hedera-schedules-api-openapi.yml Raw ↑

Other APIs Hedera publishes across the network.

Hedera accounts API
Hedera airdrops API
Hedera balances API
Hedera blocks API
Hedera contracts API
Hedera network API
Hedera tokens API
Hedera topics API
Hedera transactions API