ElectroNeek Documentation

Get all Workflows

This returns a list of all the Workflows in the Orchestrator.


gethttps://api.{region}.electroneek.com/v1/orchestrator/workflows

{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.
query parameters
cURL
curl --request GET \
  --url 'https://api.na.electroneek.com/v1/orchestrator/workflows'

Authentication

Use an API Token from the Orchestrator → Integrations page. Send it as a bearer token: Authorization: Bearer <token>.

query parameters

NameTypeRequiredDescription
idsarray of stringnoIt filters by Workflow IDs

Response

200Success
Response body
object
listarray of objects
object
iduuidrequired
namestringrequired
descriptionstringrequired
Updated