Skip to content
Ona Docs

Editors

ListEditors
POST/gitpod.v1.EditorService/ListEditors
ResolveEditorURL
POST/gitpod.v1.EditorService/ResolveEditorURL
GetEditor
POST/gitpod.v1.EditorService/GetEditor
ModelsExpand Collapse
Editor object { id, installationInstructions, name, 5 more }
id: string
formatuuid
installationInstructions: string
name: string
urlTemplate: string
alias: optional string
iconUrl: optional string
shortDescription: optional string
versions: optional array of EditorVersion { version }

versions contains the list of available versions for this editor

version: string

version is the version string of the editor Examples for JetBrains: 2025.2

EditorVersion object { version }
version: string

version is the version string of the editor Examples for JetBrains: 2025.2

EditorResolveURLResponse object { url }
url: string

url is the resolved editor URL

EditorRetrieveResponse object { editor }
editor: Editor { id, installationInstructions, name, 5 more }

editor contains the editor

id: string
formatuuid
installationInstructions: string
name: string
urlTemplate: string
alias: optional string
iconUrl: optional string
shortDescription: optional string
versions: optional array of EditorVersion { version }

versions contains the list of available versions for this editor

version: string

version is the version string of the editor Examples for JetBrains: 2025.2