# catalog_courses_list Retrieve courses matching specified filters. Endpoint: GET /api/catalog/courses/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `course_id` (string) Filter courses by their unique identifier - `org` (string) Filter courses by their associated organization - `slug` (string) Filter courses by their slug (case-insensitive) ## Response 200 fields (application/json): - `course_id` (string, required) The edX course ID string for the course. - `name` (string, required) The display name of the course. (Should match edX) - `slug` (string,null, required) An additional unique slug field. (Optional) - `org` (string)