action launchdarkly_get_approval_requests { label: "Get all approval requests for a feature flag config" provider: launchdarkly method: GET path: "/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests" encoding: json output: { type: "object" additionalProperties: true } }