List metrics. The metrics are in no particular order.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The maximum number of metrics to fetch.
Token used for pagination.
Filtering for metrics, follows the lucene query string format for example 'name: "metrics/abc"', see Metric type for available fields.
If deleted metrics should be included.
Provide fields and direction to sort by. Will always tiebreak on name. Format: {"<"}field_0{">"}:{"<"}direction{">"}, {"<"}field_1{">"}:{"<"}direction{">"} Example: name:desc,age:asc