Hi, I'm trying to write a script to download Migration Exception Logs for ~200 courses. My plan is to use the endpoints below to get the list of courses, get the Migration Exception Log for each course, and load that in Power BI. That will allow us to follow up on errors, join to Kaltura data, and generally project manage things. Getting the list of courses was no problem, but the GET to content_migrations with a valid course_id returns no data. I get a status of 200 OK, but the payload is a blank array, "[]". I can see the Migration Exception Log for the course at https://jhu.instructure.com/courses/1188/pages/000-migration-exception-log so it's not a permissions issue. Any ideas why /api/v1/courses//content_migrations returns no data?
endpoints:
- Courses -> /api/v1/courses
- Content migrations -> /api/v1/courses//content_migrations
- Migration issues -> /api/v1/courses//content_migrations//migration_issues