Get the default workflow catalog
curl --request GET \
--url http://localhost:3001/workflow/catalog{
"workflows": [
{
"name": "<string>",
"description": "<string>",
"path": "<string>",
"inputSchema": {
"$schema": "<string>",
"type": "<string>",
"properties": {},
"items": "<unknown>",
"required": [
"<string>"
],
"description": "<string>",
"additionalProperties": true,
"propertyNames": {
"type": "<string>"
},
"anyOf": "<array>"
},
"outputSchema": {
"$schema": "<string>",
"type": "<string>",
"properties": {},
"items": "<unknown>",
"required": [
"<string>"
],
"description": "<string>",
"additionalProperties": true,
"propertyNames": {
"type": "<string>"
},
"anyOf": "<array>"
},
"aliases": [
"<string>"
]
}
]
}API Reference
Get the default workflow catalog
GET
/
workflow
/
catalog
Get the default workflow catalog
curl --request GET \
--url http://localhost:3001/workflow/catalog{
"workflows": [
{
"name": "<string>",
"description": "<string>",
"path": "<string>",
"inputSchema": {
"$schema": "<string>",
"type": "<string>",
"properties": {},
"items": "<unknown>",
"required": [
"<string>"
],
"description": "<string>",
"additionalProperties": true,
"propertyNames": {
"type": "<string>"
},
"anyOf": "<array>"
},
"outputSchema": {
"$schema": "<string>",
"type": "<string>",
"properties": {},
"items": "<unknown>",
"required": [
"<string>"
],
"description": "<string>",
"additionalProperties": true,
"propertyNames": {
"type": "<string>"
},
"anyOf": "<array>"
},
"aliases": [
"<string>"
]
}
]
}Response
The catalog
Each workflow available in this catalog
Show child attributes
Show child attributes
⌘I