JavaScript
Metric Policy
List metric policies
Returns a paginated list of metric policies for the project, including system policies.
GET
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Maximum number of policies to return (default: 20, max: 50)
Required range:
1 <= x <= 50Example:
20
Cursor for pagination - use the nextCursor value from a previous response
Filter by policy status
Available options:
ACTIVE, INACTIVE 
