List feature flags

Retrieves the feature flags for an account.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Access requirements

The Authorization Bearer (Admin API Key authorizing the request) must have one of the following roles and scopes:

Admin API Key roles accepted

  • API_ALL_GRANTED
  • API_FEATURE_FLAG_VIEWER
  • API_FEATURE_FLAG_EDITOR

Admin API Key scopes accepted

  • GLOBAL
  • WORKSPACE

To learn more about Admin API Key roles and scopes, see API keys overview.


JSON Received

{
    "objects": [ FEATURE FLAG ], // Array of feature flags returned
    "offset": Number, // Offset received
    "limit": Number, // Limit received
    "totalCount": Number, // Total number of feature flags
}
Path Params
string
required

The ID of the project (workspace) to get a list of feature flags from. After migration to Harness, get this value using the Get Projects (Workspaces) endpoint and the Harness project name.

Query Params
int32
Defaults to 0

The offset to retrieve. Useful for pagination

int32
Defaults to 20

The maximum feature flag metadatas to return per call. Default=20. Max=50.

string

repeatable tag parameter(s) to query by

Responses

Language
LoadingLoading…
Response
Choose an example:
application/json