Returns
Returns a list of Metric objects.Example
Parameters
Filter metrics created at or after this timestamp. Accepts ISO 8601 string (e.g.,
'2024-01-01T00:00:00Z') or Unix timestamp in seconds. Can be used independently or together with to_created_at.Filter metrics created at or before this timestamp. Accepts ISO 8601 string (e.g.,
'2024-12-31T23:59:59Z') or Unix timestamp in seconds. Can be used independently or together with from_created_at.Sort metrics by creation date. Valid values are “asc” and “desc”.
Number of metrics to skip before starting to collect results. Use for pagination.Default:
0 (start from the beginning)Maximum number of metrics to return in a single request.Default:
10000Whether to include deprecated (legacy) metrics in the results.Default:
False — deprecated metrics are excluded. Set to True to also retrieve metrics that have been deprecated.The ID or IDs of the metric(s) to retrieve.
Filter metrics by tags. Returns metrics that have at least one of the provided tags (match-any semantics).