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

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