Browse AI
  1. Schemas
Browse AI
  • system
    • Endpoint for checking the status of Browse AI infrastructure
  • internal
    • Retrieve list of teams under user account
  • robots
    • Retrieve list of robots under your account
    • Retrieve single robot by ID
    • Update a robot's cookies
  • tasks
    • Get all tasks by a robot
    • Run a robot
    • Retrieve a task
  • monitors
    • Retrieve a robot's monitors
    • Create a new monitor on a robot
    • Retrieve a robot's monitor
    • Update a robot's monitor
    • Delete a robot's monitor
  • bulk runs
    • Bulk run tasks
    • Retrieve a robot's bulk runs list
    • Retrieve a robot's bulk run
  • webhooks
    • Retrieve a robot's webhooks
    • Create a new webhook on a robot
    • Delete a robot's webhook
  • 数据模型
    • Schemas
      • getSystemStatus-200
      • Team
      • getUserTeams-200
      • UnauthorizedResponse
      • CommonParameterPart
      • Text Parameter
      • Numeric Parameter
      • URL Parameter
      • SelectParameterOption
      • Select Parameter
      • RobotInputParameters
      • Robot
      • getRobots-200
      • getRobot-200
      • getRobot-400
      • NotFoundResponse
      • InternalServerResponse
      • RobotCookie
      • upsertRobotCookies-200
      • CookieError
      • upsertRobotCookies-400
      • InputParameters
      • CapturedTexts
      • CapturedScreenshots
      • CapturedLists
      • RobotTask
      • getRobotTasks-200
      • getRobotTasks-400
      • NewRobotTaskBodyParams
      • newRobotTask-200
      • newRobotTask-400
      • CreditsLimitReachedResponse
      • RobotUnderMaintenanceResponse
      • getRobotTask-200
      • getRobotTask-400
      • Schedules
      • Schedule
      • Monitor
      • getMonitors-200
      • getMonitors-400
      • CreateNewMonitorRequestBody
      • createNewMonitor-200
      • CreateOrUpdateMonitorBadRequestResponse
      • CreateOrUpdateMonitorForbiddenResponse
      • getMonitor-200
      • getMonitor-400
      • deleteMonitor-200
      • deleteMonitor-400
      • MonitorUpdateBodyParams
      • updateMonitor-200
      • BulkRun
      • BulkRuns
      • getBulkRuns-200
      • getBulkRuns-400
      • ArrayOfUserInputParameters
      • BulkRunBodyParams
      • newBulkRun-200
      • newBulkRun-400
      • newBulkRun-403
      • RobotTasks
      • getBulkRun-200
      • getBulkRun-400
      • Webhook
      • getWebhooks-200
      • getWebhooks-400
      • CreateNewWebhookBodyParams
      • createNewWebhook-200
      • createNewWebhook-400
      • deleteWebhook-200
      • deleteWebhook-400
      • RobotTaskWebhook
  1. Schemas

getBulkRuns-200

{
    "statusCode": 200,
    "messageCode": "success",
    "result": {
        "totalCount": 20,
        "pageNumber": 1,
        "hasMore": true,
        "items": [
            {
                "id": "f6fb62b6-f06a-4bf7-a623-c6a35c2e70b0",
                "title": "Bulk Run Title",
                "tasksCount": 10,
                "robotId": "4f5cd7ff-6c98-4cac-8cf0-d7d0cb050b06",
                "createdAt": 1678795867879
            }
        ]
    }
}
Built with