Fixed
Corrected pagination schema for List All Runs
21 days ago
Broker API
Corrects the GET /v1/rebalancing/runs 200 response schema to model the paginated envelope the API already returns. The response is now typed as an object with a runs array and a nullable next_page_token, instead of a bare array of runs. This aligns with GET /v1/rebalancing/subscriptions and the shared NextPageToken component. Generated clients that assumed a top-level array should be updated to read runs.
Affected Endpoints
GET /v1/rebalancing/runs