Get info of a Bot Runner
This returns detailed information on a specific Bot Runner including all the workflows where the Bot Runner is assigned.
gethttps://api.{region}.electroneek.com/v1/orchestrator/bot-runner/{id}
{region} may be: na, cis, apac, latam, emea
Authentication
Use an API Token from the Orchestrator → Integrations page. Send it as a bearer token: Authorization: Bearer <token>.
path parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes | Bot Runner ID |
Response
200Success
Response body
object
iduuidrequiredID of the Bot Runner
namestringrequiredName of the Bot Runner
statusstring (ready, in_progress, offline)requiredStatus of the Bot Runner
versionstringrequiredVersion of the Bot Runner
login_asobjectrequiredOrganization's data to which the API key belongs. Starting from the version 7.0, we replaced the login-password connection of Orchestrator to Bot Runner with tokens
object
typestringvaluestringhost_namestringrequiredName of the computer where Bot Runner is installed.
status_sincedate-timeassigned_workflowsarray of objectsobject
iduuidrequirednamestringrequireddescriptionstringrequired Updated