Fetches SLA reporting schedules from DynamoDB for the authenticated user. Requires sla:view
scope.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK. Returns an array of SLA report schedules for the user.
The response is of type object[]
.