Engines
List the WhatsApp engines connected to this workspace — one entry per online engine (a workspace with two paired WhatsApp Web tabs returns two entries).
Each entry carries its own id (the engine session's MQTT presence client id, same id space as ping's whatsapp_connections[].id), its type (gateway or regular), and its connectivity status. When no engine is connected, data is an empty array — this is not an error.
Request
curl -X GET "https://api.blueticks.co/v1/engines"{
"success": true,
"data": [
{
"id": "string",
"type": "gateway",
"connected": true,
"state": "string",
"stream": "string",
"hasSynced": true
}
]
}{
"success": false,
"error": {
"code": "string",
"message": "string",
"requestId": "string",
"details": [
{
"path": "string",
"code": "string",
"message": "string"
}
]
}
}Response
Response Body
application/json
application/json