Skip to main content
Question

Bot Execution API - Don't send information of the UPDATE status bot's

  • January 9, 2026
  • 1 reply
  • 21 views

Forum|alt.badge.img+1

Hi,
I was using the Bot Execution Orchestrator API v3 to retrieve how many minutes my bots have been running and how many bots were queued. However, since November 6, the “UPDATE” tag, which I used to obtain information about bots that are currently executing, has stopped working.

I was using the following request body:

{
  "filter": {
    "operator": "or",
    "operands": [
      { "operator": "eq", "field": "status", "value": "UPDATE" },
      { "operator": "eq", "field": "status", "value": "QUEUED" }
    ]
  },
  "page": {
    "offset": 0,
    "length": 10000
  }
}

It worked, but since November 6, the API response has been returning only information about bots with the status “QUEUED.”

1 reply

Aaron.Gleason
Automation Anywhere Team
Forum|alt.badge.img+14
  • Automation Anywhere Team
  • January 9, 2026

@alfonsu You’re posting in the Community Edition section for an Enterprise Edition question.

This question really needs to go to the regular support channel by sending an email to support@automationanywhere.com.