v1
latestOpenAPI 3.0.02026-07-1715378310.4 KBcomponents
get/api/v1/components
Response
List all registered components
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"
}
}
]