Retrieves the list of data-exports visible by the current user and context.
A data-export is a job scheduled in the DPS that produces the CSV files with the metric values selected when it was requested; its state reports whether it is still PENDING, COMPLETED or ended in ERROR.
The list is paginated and can be sorted through the sort, page and size parameters.
Required permissions: EXPORT_DATA.
The name of the tenant (e.g. acme).
The number of elements to retrieve for the current page.
The page number to retrieve (zero-based).
The sorting criteria based on object properties.
Successful operation.
User not authenticated.
The error response.
User not authorized.
The error response.
Resource was not found.
The error response.
API call rate limit exceeded.
The error response.
Internal server error.
The error response.