curl --request GET \
--url https://try.flipt.io/api/v1/namespaces/default/flags/{flagKey}/rollouts \
--header 'Accept: application/json'
{
"rules": [
{
"id": "<string>",
"namespaceKey": "<string>",
"flagKey": "<string>",
"rank": 123,
"description": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"segment": {
"segmentKey": "<string>",
"value": true,
"segmentKeys": [
"<string>"
]
},
"threshold": {
"percentage": 123,
"value": true
}
}
],
"nextPageToken": "<string>",
"totalCount": 123
}Rollouts
List Rollout
GET
/
api
/
v1
/
namespaces
/
{namespaceKey}
/
flags
/
{flagKey}
/
rollouts
curl --request GET \
--url https://try.flipt.io/api/v1/namespaces/default/flags/{flagKey}/rollouts \
--header 'Accept: application/json'
{
"rules": [
{
"id": "<string>",
"namespaceKey": "<string>",
"flagKey": "<string>",
"rank": 123,
"description": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"segment": {
"segmentKey": "<string>",
"value": true,
"segmentKeys": [
"<string>"
]
},
"threshold": {
"percentage": 123,
"value": true
}
}
],
"nextPageToken": "<string>",
"totalCount": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.flipt.io/llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://try.flipt.io/api/v1/namespaces/default/flags/{flagKey}/rollouts \
--header 'Accept: application/json'
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?
⌘I