Get a single workflow by ID.
cURL
curl --request GET \ --url https://api.example.com/api/v1/workflows/{workflow_id}
{ "id": "<string>", "account_id": "<string>", "name": "<string>", "description": "<string>", "trigger_type": "<string>", "trigger_config": {}, "steps": [ {} ], "enabled": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "created_by": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.snackbase.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.snackbase.dev/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response