List exposure calculations from a schedule. The results are returned from latest to oldest.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The maximum number of exposure calculations to fetch.
Token used for pagination.
Filtering for exposure calculations, follows the lucene query string format for example 'name: "scheduledExposureCalculations/abc/exposureCalculations/123"', see ExposureCalculation type for available fields.
OK
ExposureCalculation: List of matching exposure calculations.
Token to fetch the next page, empty if no more pages.