ElectroNeek Documentation

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

Sent from your browser straight to the API — nothing passes through this site, and the api token is kept in this tab only.
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

NameTypeRequiredDescription
idstringyesLaunch ID

Response

200Success
Response body
object
iduuidrequired
typestring (manual, webhook, schedule, zapier, api)required
statusstring (in-progress, completed-successfully, completed-with-error)required
started_atdate-timerequired
output_dataobject

This returns all the Global Variables that were selected as Output while building the workflow in Studio Pro.

completed_atdate-timerequired
logs_enabledbooleanrequired
console_logs_enabledbooleanrequired

Whether console logs were collected for this launch.

account_emailstringrequired
runner_idstring
workflow_idstring
error_detailsobject
object
filestring
messagestring
activitystring
timestampinteger
Updated