V2 Integrator API
Get strategy schedule
Returns the strategy’s rebalance schedule.
GET
Returns the configured rebalance cadence for this strategy. Every strategy
has a schedule (set at creation; updated via
PUT /v2/strategies/{strategyId}/schedule).
This endpoint returns config only (type + frequency). For runtime state
per portfolio — nextDueAt, lastRebalanceAt, and active/paused
status — read the schedule block on
GET /v2/portfolios/{portfolioId}.
- Auth:
x-api-keyheader (required) - Required scope:
strategies:read
404 — the API does not leak the existence
of strategies you don’t own.