cURL
curl --request GET \ --url https://api.helloannie.com/v1/bots/{botId}/workflows/{id}
{ "success": true, "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "title": "<string>", "description": "<string>", "enabled": true, "usageContext": "<string>", "steps": [ { "title": "<string>", "description": "<string>", "instructions": "<string>", "examples": [ "<string>" ], "order": 0, "childSteps": [ { "title": "<string>", "description": "<string>", "instructions": "<string>", "examples": [ "<string>" ], "order": 0, "action": "<string>", "actionMetadata": "<unknown>" } ], "action": "<string>", "actionMetadata": "<unknown>" } ] } }
Export a single workflow by ID in portable JSON format. The exported format can be used to import the workflow into other bots.
The ID of the bot the workflow belongs to
The ID of the workflow to export
Response containing a single exported workflow
true
A workflow exported in portable JSON format
Show child attributes