Hi @AutSpec If you want to view all enrolments for a course — including when they were created and last updated — you can use this URL directly in your browser (while logged in with the appropriate permissions)
Just replace YOURCANVASURL with your Canvas domain and COURSE_ID with the actual canvas course ID (usually 5 digits number).
This will return a JSON response showing details for each enrolment, including timestamps for when each was created and last updated. e.g
{"id": 363,"user_id": 799,"course_id": 211,"type": "StudentEnrollment","created_at": "2025-04-30T18:15:12Z","updated_at": "2025-04-30T18:16:26Z","associated_user_id": null,"start_at": null,"end_at": null