Producto
CLI

List

Listar workers del workspace

Muestra todos los workers desplegados en el workspace actual.

Uso

bash
01plazbot workers list

Opciones

OpcionDescripcion
--type <tipo>Filtra por tipo: tool, worker, sync, schedule, webhook.
--status <estado>Filtra por estado: active, inactive, error.
--devLista workers del entorno de desarrollo.

Ejemplo

bash
01# Listar todos los workers
02plazbot workers list
03 
04# Listar solo tools activos
05plazbot workers list --type tool --status active
06 
07# Listar webhooks
08plazbot workers list --type webhook

Columnas mostradas

ColumnaDescripcion
NameNombre del worker.
TypeTipo: tool, worker, sync, schedule, webhook.
StatusEstado actual: active, inactive, error.
Last ExecutedFecha de la ultima ejecucion.
ExecutionsNumero total de ejecuciones.
ErrorsNumero total de errores.
Webhook URLURL del webhook (solo para tipo webhook).
¿Quieres probar la API en vivo? Abre el Playground.