I'm working on a report to find which LTIs have been enabled on which courses, but GET /api/v1/courses/:course_id/external_tools is returning a blank array. I can get LTI data using the accounts endpoint with various account ids, but no such luck with courses. Has anyone else run into this problem? Here's some more specific information in case it's helpful:
Working: GET /api/v1/accounts/110/external_tools -> returns status_code 200 and a bunch of LTI data
Not working: GET /api/v1/courses/20678/external_tools -> returns status_code 200 and '[]'