v1

latestOpenAPI 3.0.02026-07-1715378310.4 KB
components

get/api/v1/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",
    "categoryConfig": {
      "label": "Input",
      "color": "text-blue-600",
      "description": "Data sources, triggers, and credential access",
      "emoji": "📥",
      "icon": "Download"
    },
    "description": "Load files from filesystem",
    "icon": "FileUp",
    "runner": {
      "kind": "inline"
    }
  }
]