# skills_orgs_skills_retrieve Retrieve detailed information about a specific skill. This endpoint returns comprehensive information about a specific skill, including its description, categories, and related courses. Path Parameters: org (str): The platform/organization identifier skill_name (str): The name of the skill to retrieve details for Returns: Detailed information about the specified skill. Error Responses: 404 Not Found: If the specified skill doesn't exist Access Control: - Platform admins can access this information - All authenticated users can access this information Endpoint: GET /api/skills/orgs/{org}/skills/{skill_name}/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `org` (string, required) - `skill_name` (string, required) ## Response 200 fields (application/json): - `name` (string,null) Display name - `courses` (array, required) - `courses.course_id` (string, required) The edX course ID string for the course. - `courses.skills` (array, required) - `courses.skills.id` (integer, required) - `courses.skills.platform_key` (string) - `courses.skills.slug` (string,null, required) An additional unique slug field. (Optional) - `courses.skills.data` (any,null, required) Metadata - `related_skills` (integer, required)