curl --location -g --request GET 'https:///api/v2/users//workflow-tables' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "Workflow tables for User found successfully",
"data": {
"workflow_tables": [
{
"id": 1,
"workflow_name": "Workflow 1",
"project_id": 1,
"created_by": "admin@ejento.ai",
"team_id": 1
},
{
"id": 8,
"workflow_name": "Workflow 1",
"project_id": 1,
"created_by": "admin@ejento.ai",
"team_id": 1
},
{
"id": 5,
"workflow_name": "My Updated Workflow",
"project_id": 1,
"created_by": "admin@ejento.ai",
"team_id": 1
}
]
}
}