UiPath Documentation
uipath-cli
latest
false
Guía del usuario de UiPath CLI
Importante :
Este contenido se ha traducido mediante traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

uip insights filter-queues

Syntax and options for `uip insights filter-queues`, which discovers queues with recent Insights activity.

uip insights filter-queues discovers queues that have had Insights activity recently, restricted to folders the current caller can access.

Nota:

"Recent" is a fixed 30-day window set by the backend — it cannot be changed with a flag. This route is also feature-gated to Cloud and Dedicated SaaS deployments; on other deployment types the command fails with a ConfigError rather than an empty result.

Sinopsis

uip insights filter-queues list [-l <n>] [-o <n>]
uip insights filter-queues list [-l <n>] [-o <n>]

This verb honors the global options and the standard exit codes. It does not accept -t, --tenant — it uses the tenant selected during uip login.

uip insights filter-queues list

List queues with Insights activity in the backend's fixed 30-day window.

Opciones

MarcaDescripción
-l, --limit <number>Maximum rows to return. Defaults to 50.
-o, --offset <number>Rows to skip before returning results.

Rows are deduplicated and sorted after fetching. Pagination is client-side, over the full unpaginated backend response.

Ejemplo

uip insights filter-queues list
uip insights filter-queues list

Forma de datos

{
  "Code": "InsightsFilterQueuesList",
  "Data": [
    {
      "queueName": "InvoiceProcessing",
      "folderKey": "f0f0f0f0-0000-0000-0000-000000000001"
    }
  ],
  "Pagination": { "Returned": 1, "Limit": 50, "Offset": 0, "Total": 1, "HasMore": false }
}
{
  "Code": "InsightsFilterQueuesList",
  "Data": [
    {
      "queueName": "InvoiceProcessing",
      "folderKey": "f0f0f0f0-0000-0000-0000-000000000001"
    }
  ],
  "Pagination": { "Returned": 1, "Limit": 50, "Offset": 0, "Total": 1, "HasMore": false }
}

An empty Data array means no matching activity in the 30-day window — it is not proof the queue doesn't exist. jobs does not currently accept a queue-name filter; this command is a standalone discovery surface.

Ver también

  • Sinopsis
  • uip insights filter-queues list
  • Opciones
  • Ejemplo
  • Forma de datos
  • Relacionado
  • Ver también

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado