List feature flag definitions in environment

Retrieves the feature flag definitions given an FME environment.

Path Params
string
required

The ID of the project (workspace) you want to get feature flag definitions from. After migration to Harness, get this value using the Get Projects (Workspaces) endpoint and the Harness project name.

string
required

The ID or case-sensitive name of the FME environment you want to get feature flag definitions from

Query Params
int32
Defaults to 0

The offset to retrieve. Useful for pagination.

int32
Defaults to 20

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

string

(Optional) An array of IDs of the flag sets you want to filter by. This will allow you to retrieve all feature flags that belong to specific flag sets.

Form Data
string
Responses

Language
Request
Response
Choose an example:
application/json