get https://api.theo.live/schedulers//report
Get the usage report of a terminated scheduler
15 minutes after a scheduler has been terminated, a usage report will be available. This report can be requested using this API endpoint. It will return a status
and, if available, a link
which contains the locations where the report is available to be downloaded.
status
can have three potential values:
"unavailable"
: gets returned when the scheduler is not terminated yet. Nolink
will be returned."generating"
: gets returned in the period between the termination of the scheduler, and the 15 minutes afterwards. Nolink
will be returned"available"
: gets returned 15 minutes after the scheduler has been terminated. Also alink
to download the report will be returned.