components

get/components

Response

List all registered components

idstring
slugstring
namestring
versionstring
typestring
categorystring
descriptionstring
documentationstring nullable
documentationUrlstring nullable
iconstring
logostring nullable
isLatestboolean nullable
deprecatedboolean nullable
examplestring nullable
examplesstring[]

Example response

[
  {
    "id": "core.file.loader",
    "slug": "file-loader",
    "name": "File Loader",
    "version": "1.0.0",
    "type": "input",
    "category": "input-output",
    "description": "Load files from filesystem",
    "icon": "FileUp",
    "runner": {
      "kind": "inline"
    }
  }
]

Changes