Skip to main content
GET
Get a feature flag by ID.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The ID of the feature flag to retrieve.

Response

Feature flag successfully retrieved.

id
string
required
Pattern: ^flg_[A-HJ-NP-Za-km-z1-9]+$
name
string
required
type
enum<string>
required

Filter by type. Exact match.

Available options:
auth0,
self
status
enum<string>
required

Filter by status. Exact match.

Available options:
draft,
active,
archived
created_at
string<date-time>
required
updated_at
string<date-time>
required
description
string
parameters
object

Configuration parameters for this feature flag