Skip to main content
GET
/
bot-orchestration
/
bot-runs
Get Bot Runs
curl --request GET \
  --url http://localhost:8000/bot-orchestration/bot-runs \
  --header 'Authorization: Basic <encoded-value>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

bot_name
string
account_name
string
strategy_type
string
strategy_name
string
run_status
string
deployment_status
string
limit
integer
default:100
offset
integer
default:0

Response

Successful Response