# catalog_invitations_course_retrieve Retrieve a paginated list of course invitations Endpoint: GET /api/catalog/invitations/course/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `active` (boolean) Filter by active status - `course_id` (string) Filter by course ID - `email` (string) Filter by user email - `key` (string) Alternative filter by platform key - `org` (string) Alternative filter by platform organization - `page` (integer) Page number for pagination - `page_size` (integer) Number of results per page - `platform_key` (string) Filter by platform key - `platform_org` (string) Filter by platform organization - `sort` (string) Field to sort results by - `source` (string) Filter by invitation source - `username` (string) Filter by username - `verbose` (boolean) Whether to include verbose output ## Response 200 fields (application/json): - `count` (integer, required) Total number of results - `next_page` (string,null, required) URL for next page of results - `previous_page` (string,null, required) URL for previous page of results - `results` (array, required) List of course invitations - `results.id` (integer, required) The unique identifier for the invitation - `results.user_id` (integer,null) The ID of the user associated with the invitation - `results.username` (string,null, required) The username of the user associated with the invitation - `results.email` (string,null, required) The email address associated with the invitation - `results.created` (string) When the invitation was created - `results.started` (string,null, required) When the invitation was started - `results.expired` (string,null, required) When the invitation expires - `results.source` (string,null, required) The source of the invitation - `results.redirect_to` (string,null, required) URL to redirect to after accepting the invitation - `results.active` (boolean, required) Whether the invitation is active - `results.metadata` (object, required) Additional metadata for the invitation - `results.course_id` (string, required) The course ID associated with the invitation