curl --request GET \ --url https://crm.uservox.ai/api/v1/processes/list/64abc123def456789 \ --header 'Authorization: Bearer <your-api-key>'
{ "success": false, "error": "projectId is required" }
List all processes for a specific project
Documentation IndexFetch the complete documentation index at: https://docs.uservox.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.uservox.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorization: Bearer <your-api-key>
projectId
Show Process Object Properties
{ "success": true, "processes": [ { "_id": "64def456abc789123", "title": "Sales Outreach Process", "description": "Automated sales outreach for new leads", "projectId": "64abc123def456789", "processType": 1, "numberPool": ["+919876543210"], "whatsappFromId": "1234567890", "activeStatus": 1, "isActive": true, "stateless": false, "start": "initial_contact", "nodes": [...], "callWindows": [...], "dispositions": [...], "actions": [], "callbacks": [], "version": 1, "metadata": {}, "timezone": "Asia/Kolkata", "createdAt": "2024-03-15T10:30:00.000Z", "updatedAt": "2024-03-20T14:45:00.000Z" } ], "count": 1 }