Skip to main content
GET
List contingency schedule changes

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Query Parameters

cursor
string

Opaque pagination cursor.

limit
integer<int64>
default:50

Page size (default 50, max 200).

Required range: 1 <= x <= 200

Response

OK

hasMore
boolean
required

Whether more schedule changes exist beyond this page.

items
object[] | null
required

The page of schedule changes (never null; empty when none).

nextCursor
string

Opaque cursor for the next page; omitted when the feed is exhausted.