curl --request GET \ --url https://try.flipt.io/api/v1/namespaces/default/flags/{flagKey}/rollouts \ --header 'Accept: application/json'
{ "rollouts": [ { "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>", "segmentKeys": [ "<string>" ], "segmentOperator": "OR_SEGMENT_OPERATOR", "value": true }, "threshold": { "percentage": 123, "value": true } } ], "nextPageToken": "<string>", "totalCount": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Was this page helpful?