Flags

GETList flags

List the feature flags defined in a FlagForge project

GET/v1/projects/{projectId}/flags
List flags
curl --request GET \
  --url 'http://localhost:4000/v1/projects/{projectId}/flags' \
  --header 'Authorization: Bearer <token>'
200
application/json
{}

List flags

Use this endpoint to retrieve the feature flags defined for a project. The response includes each flag’s key, name, description, type, variations, and per-environment configurations.

Call it when a management client needs to inspect a project’s available flags before reading or changing an individual flag or its targeting configuration. This operation does not modify project data.

Authentication

Authorizationbearerrequired

Server API key (srv_). See Authentication.

Path Parameters

projectIdstringrequired

Project ID