Skip to content

List Automations

List automations defined for your team.

  • Method: GET
  • Path (REST): /automation/by-team/{teamId}
  • Returns: Array of Automation
java.util.List<Automation> list = client.automationClient().listAutomations().execute();
const list = await client.automationClient.listAutomations();
automations = client.automation_client.list_automations()
curl -s -H "Application-Id: $GMC_APP_ID" -H "Application-Secret: $GMC_APP_SECRET" \
  https://api.gamemanager.cloud/automation/by-team/$TEAM_ID