List approval requests for a flag

GET
/api/v2/projects/:projectKey/flags/:featureFlagKey/environments/:environmentKey/approval-requests

Get all approval requests for a feature flag.

Path parameters

projectKeystringRequired

The project key

featureFlagKeystringRequired

The feature flag key

environmentKeystringRequired

The environment key

Response

Approval request collection response

itemslist of objects

An array of approval requests

Errors

Built with