# catalog_access_requests_course_request_retrieve Check if the user has an active access request for a course Endpoint: GET /api/catalog/access_requests/course/request/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `course_id` (string, required) The unique identifier for the course - `platform_key` (string) The unique identifier for the platform - `platform_org` (string) The organization identifier for the platform ## Response 200 fields (application/json): - `active` (boolean, required) Whether the access request is active - `approved` (boolean,null, required) Whether the access request has been approved (null if not reviewed) - `exists` (boolean, required) Whether an access request exists for this user and course