# Finds policies that matches a request filter Requires the requesting party to have read access on the requested scope Endpoint: GET /v0/policies Version: 0 Security: authorization_code_with_pkce_0, client_credentials_0 ## Query parameters: - `pageSize` (integer) - `cursor` (string) - `includeDerived` (boolean) - `includeInherited` (boolean) - `subject` (string) - `scope` (string) - `action` (string) ## Response 200 fields (application/json): - `policies` (array, required) - `policies.subject` (string, required) - `policies.scope` (string, required) - `policies.action` (string, required) - `policies.tenant` (string, required) - `cursor` (string,null) ## Response 401 fields ## Response 403 fields