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
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
| Name | Type | Required | Description |
|---|---|---|---|
ids | array of string | no | It filters by Workflow IDs |
Response
200Success
Response body
object
listarray of objectsobject
iduuidrequirednamestringrequireddescriptionstringrequiredUpdated