You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The number of seconds of look back (from now) to apply to a filter[tag] or filter[queried] query.
2022
-
* Default value is 3600 (1 hour), maximum value is 2,592,000 (30 days).
2022
+
* Default value is 3600 (1 hour), maximum value is 5,184,000 (60 days).
2023
2023
* @type number
2024
2024
*/
2025
2025
windowSeconds?: number;
@@ -2369,7 +2369,7 @@ export class MetricsApi {
2369
2369
}
2370
2370
2371
2371
/**
2372
-
* Returns all metrics that can be configured in the Metrics Summary page or with Metrics without Limits™ (matching additional filters if specified).
2372
+
* Returns all metrics for your organization that match the given filter parameters.
2373
2373
* Optionally, paginate by using the `page[cursor]` and/or `page[size]` query parameters.
2374
2374
* To fetch the first page, pass in a query parameter with either a valid `page[size]` or an empty cursor like `page[cursor]=`. To fetch the next page, pass in the `next_cursor` value from the response as the new `page[cursor]` value.
2375
2375
* Once the `meta.pagination.next_cursor` value is null, all pages have been retrieved.
0 commit comments