Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:3001/workflow/catalog/{id}
{ "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>" ] } ] }
The id of the catalog
The catalog
Each workflow available in this catalog
Show child attributes