Skip to main content

Returns

Returns a list of Metric objects.

Example

metrics = galtea.metrics.list()

Parameters

sortByCreatedAt
string
Sort metrics by creation date. Valid values are “asc” and “desc”.
offset
int
The number of metrics to skip before starting to collect the result set.
limit
int
The maximum number of metrics to return.
I