Rollouts
Get Rollout
GET
/
api
/
v1
/
namespaces
/
{namespaceKey}
/
flags
/
{flagKey}
/
rollouts
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
namespaceKey
string
requiredflagKey
string
requiredid
string
requiredQuery Parameters
reference
string
Response
200 - application/json
id
string
requirednamespaceKey
string
requiredflagKey
string
requiredtype
enum<string>
requiredAvailable options:
UNKNOWN_ROLLOUT_TYPE
, SEGMENT_ROLLOUT_TYPE
, THRESHOLD_ROLLOUT_TYPE
rank
integer
requireddescription
string
requiredcreatedAt
string
requiredupdatedAt
string
requiredsegment
object
threshold
object
Was this page helpful?