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
namespaceKey
string
flagKey
string
type
enum<string>
Available options:
UNKNOWN_ROLLOUT_TYPE
, SEGMENT_ROLLOUT_TYPE
, THRESHOLD_ROLLOUT_TYPE
rank
integer
description
string
createdAt
string
updatedAt
string
segment
object
threshold
object
Was this page helpful?