curl --request GET \
--url 'https://api.nsr.stateset.com/api/v1/flywheel/curve' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
Flywheel curve handler
The learning curve: one point per active learning cycle (what changed + the recent success rate at that instant)…
GET
/
api
/
v1
/
flywheel
/
curve
curl --request GET \
--url 'https://api.nsr.stateset.com/api/v1/flywheel/curve' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
The learning curve: one point per active learning cycle (what changed +
the recent success rate at that instant). This series is the evidence
that the platform improves on real traffic — the real-traffic validation
artifact the launch plan calls for.
Required scope:
admin
Response
No response body. Learning-curve points, oldest first.Status codes
| Code | Meaning |
|---|---|
200 | Learning-curve points, oldest first |
401 | Unauthorized — missing or invalid credentials |
403 | Forbidden — the key/token lacks the required scope |
429 | Rate limited — see Retry-After / X-RateLimit-Reset |
curl --request GET \
--url 'https://api.nsr.stateset.com/api/v1/flywheel/curve' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
Last modified on August 31, 2026