List ScheduledMetricCalculation
List scheduled metric calculations. The results are returned in no particular order.
Documentation Index
Fetch the complete documentation index at: https://confidence-auth-testing.mintlify.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The maximum number of scheduled metric calculations to fetch.
Token used for pagination.
Filtering for scheduled metric calculations, follows the lucene query string format for example 'name: "scheduledMetricCalculations/abc"', see ScheduledMetricCalculation type for available fields.
Response
OK
ScheduledMetricCalculation: List of matching scheduled metric calculations.
Token to fetch the next page, empty if no more pages.

