# core_launcher_retrieve GET Launch status Params: key user_id: Optional Endpoint: GET /api/core/launcher/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `key` (string, required) - `user_id` (integer) ## Response 200 fields (application/json): - `key` (string, required) The platform key - `name` (string,null) The name of the platform - `org` (string,null) The associated edX org code - `lms_url` (string,null) The LMS URL for the platform - `cms_url` (string,null) The CMS URL for the platform - `portal_url` (string,null) The portal URL for the platform - `status` (integer) * -2 - FAILED * -1 - TERMINATED * 0 - PENDING * 1 - BUILDING * 2 - RUNNING * 3 - PAUSED * 4 - STOPPING * 5 - STOPPED * 6 - REPAIR Enum: -2, -1, 0, 1, 2, 3, 4, 5, 6 - `active` (boolean)