get_flow
Retrieve detailed information about a specific automation flow by providing its unique ID, enabling AI assistants to manage and execute workflows effectively within the HiveFlow platform.
Instructions
Obtiene detalles de un flujo especΓfico
Input Schema
Name | Required | Description | Default |
---|---|---|---|
flowId | Yes | ID del flujo |
Input Schema (JSON Schema)
{
"properties": {
"flowId": {
"description": "ID del flujo",
"type": "string"
}
},
"required": [
"flowId"
],
"type": "object"
}