Get Launch Info
This returns detailed information on a particular Workflow launch. If the launch ended with an error, an additional key error_details is returned.
gethttps://api.{region}.electroneek.com/v1/orchestrator/launch/{id}
{region} may be: na, cis, apac, latam, emea
Try it
path parameters
Fill in id to send this request.
cURL
curl --request GET \
--url 'https://api.na.electroneek.com/v1/orchestrator/launch/{id}'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 | Launch ID |
Response
200Success
Response body
object
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_enabledbooleanrequiredconsole_logs_enabledbooleanrequiredWhether console logs were collected for this launch.
account_emailstringrequiredrunner_idstringworkflow_idstringerror_detailsobjectobject
filestringmessagestringactivitystringtimestampintegerUpdated