# 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) * - FAILED * - TERMINATED * - PENDING * - BUILDING * - RUNNING * - PAUSED * - STOPPING * - STOPPED * - REPAIR Enum: -2, -1, 0, 1, 2, 3, 4, 5, 6 - `active` (boolean)