# catalog_eligibility_courses_list List courses that a user is eligible for. Endpoint: GET /api/catalog/eligibility/courses/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `org` (string) Filter eligible courses by organization - `query` (string) Search term to filter eligible courses - `user_id` (string) User ID to check eligibility for - `username` (string) Username to check eligibility for ## 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)