GET
/
api
/
v1
/
namespaces
/
{namespaceKey}
/
flags
/
{flagKey}
/
rollouts
/
{id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

namespaceKey
string
required
flagKey
string
required
id
string
required

Query Parameters

reference
string

Response

200 - application/json
id
string
required
namespaceKey
string
required
flagKey
string
required
type
enum<string>
required
Available options:
UNKNOWN_ROLLOUT_TYPE,
SEGMENT_ROLLOUT_TYPE,
THRESHOLD_ROLLOUT_TYPE
rank
integer
required
description
string
required
createdAt
string
required
updatedAt
string
required
segment
object
threshold
object