Get launches of a Bot Runner
This returns a list of launches for a specific Bot Runner. You can filter the launches by type, status, launch time, and Bot Runner IDs. The output list contains the last 1000 launches.
gethttps://api.{region}.electroneek.com/v1/orchestrator/bot-runner/{id}/launches
{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 |
query parameters
| Name | Type | Required | Description |
|---|---|---|---|
type | string (manual, webhook, schedule, zapier, api) | no | |
status | string (stopped, in-queue, cancelled, forced-stop, in-progress, completed-with-error, completed-successfully) | no | |
started_from | date-time | no | |
started_to | date-time | no | |
completed_from | date-time | no | |
completed_to | date-time | no | |
workflow_ids | array of string | no |
Response
200Success
Response body
object
listarray of objectsobject
iduuidrequiredtypestring (manual, webhook, schedule, zapier, api)requiredstatusstring (in-progress, completed-successfully, completed-with-error)requiredstarted_atdate-timerequiredoutput_dataobjectThis returns all the Global Variables that were selected as Output while building the workflow in Studio Pro.
completed_atdate-timerequiredlogs_enabledbooleanrequiredaccount_emailstringrequiredworkflow_idstring Updated