Launches Description: A launch represents an execution of a specific Workflow in a Bot Runner.
This returns detailed information on a particular Workflow launch. If the launch ended with an error, an additional key error_details
is returned.
Success
{- "workflow_id": "someID",
- "runner_id": "some runner ID",
- "error_details": {
- "timestamp": "1643965718768",
- "activity": "Click on element",
- "file": "my_workflow.neek",
- "message": "Selector not found"
}, - "id": "6114e341038ca47aa488d942",
- "type": "manual",
- "status": "completed-successfully",
- "account_email": "robot@electoneek.com",
- "started_at": "2019-08-24T14:15:22Z",
- "completed_at": "2019-08-24T14:15:22Z",
- "logs_enabled": true,
- "output_data": { }
}