メインコンテンツへスキップ
GET
List feature flags for the tenant.

承認

Authorization
string
header
必須

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

クエリパラメータ

from
string

Optional Id from which to start selection.

take
integer

Number of feature flags to return per page. Defaults to 25, maximum 50.

必須範囲: 1 <= x <= 50
type
enum<string>

Filter by type. Exact match.

利用可能なオプション:
auth0,
self
status
enum<string>

Filter by status. Exact match.

利用可能なオプション:
draft,
active,
archived

レスポンス

Feature flags successfully retrieved.

feature_flags
object[]
必須
next
string

Checkpoint token for the next page. Omitted when there are no further results.