API reference
Rollouts API
Public rollout observations when stored by Fluxus.
Request
GET /api/v1/rolloutsReturns source-backed rollout observations, not deployment controls.
| Parameter | Accepted value |
|---|---|
| Query | limit, cursor, status, from, to |
Response fields
| Field | Meaning |
|---|---|
| key / title | Public rollout identity. |
| status | experimental, released or unknown. |
| detectedAt | Observation timestamp. |
| sourceUrl | Canonical source link when available. |
{
"data": {},
"meta": {
"apiVersion": "v1",
"dataStatus": "fresh",
"nextCursor": null,
"hasMore": false
}
}Notes and relationships
Use provenance and meta.dataStatus before presenting an observation as current.