curl --location -g --request GET 'https:///api/v2/workflows/chat-threads/' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "Workflow chat thread found successfully",
"data": {
"id": 4,
"is_deleted": false,
"title": "New Thread",
"created_by": "admin@ejento.ai",
"created_on": "2025-07-03T18:29:36.639648Z",
"workflow": 1,
"user": 1
}
}