curl --request GET \
--url 'https://api.nsr.stateset.com/api/v1/reason/stream' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
Handler for GET /api/v1/reason/stream?query=...&strategy=...
Uses a per-request channel so each client receives only its own reasoning trace. Required scope: read
GET
/
api
/
v1
/
reason
/
stream
curl --request GET \
--url 'https://api.nsr.stateset.com/api/v1/reason/stream' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
Uses a per-request channel so each client receives only its own reasoning trace.
Required scope:
read
Query parameters
string
required
Reasoning query
string
Optional strategy override
string
Optional RFC3339 historical snapshot timestamp
Response
No response body. SSE stream started.Status codes
| Code | Meaning |
|---|---|
200 | SSE stream started |
400 | Invalid query or timestamp |
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/reason/stream' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
Last modified on August 31, 2026