🎉 Flipt v2 is now available! Experience the next generation of feature management with Pro features and enhanced GitOps workflow.
curl --url https://try.flipt.io/api/v1/namespaces/default/flags/{flagKey}/rollouts/{id} \ --header 'Accept: application/json'
{ "id": "<string>", "namespaceKey": "<string>", "flagKey": "<string>", "type": "UNKNOWN_ROLLOUT_TYPE", "rank": 123, "description": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "segment": { "segmentKey": "<string>", "value": true, "segmentKeys": [ "<string>" ], "segmentOperator": "OR_SEGMENT_OPERATOR" }, "threshold": { "percentage": 123, "value": true } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
UNKNOWN_ROLLOUT_TYPE
SEGMENT_ROLLOUT_TYPE
THRESHOLD_ROLLOUT_TYPE
Show child attributes
Was this page helpful?