Saltar al contenido principal
GET
/
leads
/
{id}
/
is_paused
Check if lead automation is paused
curl --request GET \
  --url https://api.getnexor.ai/api/public/leads/{id}/is_paused \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "paused": false
}

Autorizaciones

X-API-Key
string
header
requerido

API key for authentication. Keys are prefixed with nxr_live_.

Parámetros de ruta

id
string<uuid>
requerido

Lead ID

Parámetros de consulta

workflow_id
string<uuid>

Optional. Restrict the pause check to a specific workflow run for this lead.

Respuesta

Pause state retrieved successfully

success
boolean
requerido
paused
boolean
requerido

True if automation is paused (human takeover active)

Última modificación el 18 de junio de 2026