BotRunRecord

A single bot execution run record with performance and identity metadata

RPARobotic Process AutomationIntelligent AutomationAgentic Process AutomationAI AgentsWorkflow-AutomationDocument AutomationProcess OrchestrationEnterprise AutomationBots

Properties

Name Type Description
id integer Unique identifier of the bot run record
userName string Username of the Control Room user who ran the bot
firstName string First name of the user who ran the bot
lastName string Last name of the user who ran the bot
email string Email address of the user who ran the bot
hostName string Hostname of the Bot Runner device where the bot executed
iPAddress string IP address of the Bot Runner device
fileName string Name of the bot file that was executed
startTime string ISO 8601 timestamp when the bot execution started
endTime string ISO 8601 timestamp when the bot execution ended
status string Final execution status of the bot run
totalLines integer Total number of task lines executed during the run
timeTaken integer Total execution time in milliseconds
successIndicator boolean Whether the bot run completed successfully
View JSON Schema on GitHub

JSON Schema

automation-anywhere-botrunrecord-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BotRunRecord",
  "title": "BotRunRecord",
  "type": "object",
  "description": "A single bot execution run record with performance and identity metadata",
  "properties": {
    "id": {
      "type": "integer",
      "format": "int64",
      "description": "Unique identifier of the bot run record"
    },
    "userName": {
      "type": "string",
      "description": "Username of the Control Room user who ran the bot"
    },
    "firstName": {
      "type": "string",
      "description": "First name of the user who ran the bot"
    },
    "lastName": {
      "type": "string",
      "description": "Last name of the user who ran the bot"
    },
    "email": {
      "type": "string",
      "format": "email",
      "description": "Email address of the user who ran the bot"
    },
    "hostName": {
      "type": "string",
      "description": "Hostname of the Bot Runner device where the bot executed"
    },
    "iPAddress": {
      "type": "string",
      "description": "IP address of the Bot Runner device"
    },
    "fileName": {
      "type": "string",
      "description": "Name of the bot file that was executed"
    },
    "startTime": {
      "type": "string",
      "format": "date-time",
      "description": "ISO 8601 timestamp when the bot execution started"
    },
    "endTime": {
      "type": "string",
      "format": "date-time",
      "description": "ISO 8601 timestamp when the bot execution ended"
    },
    "status": {
      "type": "string",
      "description": "Final execution status of the bot run",
      "enum": [
        "COMPLETED",
        "FAILED",
        "STOPPED",
        "IN_PROGRESS"
      ]
    },
    "totalLines": {
      "type": "integer",
      "description": "Total number of task lines executed during the run"
    },
    "timeTaken": {
      "type": "integer",
      "description": "Total execution time in milliseconds"
    },
    "successIndicator": {
      "type": "boolean",
      "description": "Whether the bot run completed successfully"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/automation-anywhere-botrunrecord"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.