Export interactive videos for an instance
GET/public/reports/instance/:instanceId/bulbs
Exports one row per interactive video created within the given date range in the instance, with its tags, learning objective, points, view count, duration, privacy and owners. By default the report is generated in the background and emailed to the caller as a download link; pass runAsync=false to get the CSV back in the response instead. Only one export can run at a time per instance/super instance.
Request
Responses
- 200
- 401
- 403
- 429
The CSV report, or a confirmation that it will be emailed.
Missing or invalid API key.
The caller is not an admin of the instance.
An export is already running for this instance.