Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.plazbot.com/llms.txt

Use this file to discover all available pages before exploring further.

Muestra todos los workers desplegados en el workspace actual.

Uso

plazbot 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

# Listar todos los workers
plazbot workers list

# Listar solo tools activos
plazbot workers list --type tool --status active

# Listar webhooks
plazbot 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).