Export Report API?

Is there an API to export a report? I have a customer that needs to schedule a report on the 2nd Wednesday of every month and the UI scheduling does not have an option for this.

Hi markm,
Welcome to this community.

As far as I know there is no API dedicated to this.

From the UI you can schedule a report (if I understand correctly, you already know this possibility):

And you can choose to receive this scheduled report via API:

You cannot set something like “the 2nd Wednesday of every month”, but it must be a specific day of the month.

You can define the day of the week in the weekly schedule, so a service should retrieve the report every week and merge it with the previous ones to then build the complete export for the month. Or you can use the daily export.

Personally I don’t know any other options.