Version
Every time you publish an agent in Logic, a new version of that agent is created. This allows you to keep track of changes and improvements made to the agent over time. Each version has a unique version ID that can be used to reference it.Learn more about agent versions in the Spec
History section.
version parameter to the URL of the execution request. The parameter should be set to the version ID you want to use.
How to Find the Version ID of an Agent
You can find the version ID of an agent in the Logic API dashboard. Each agent has a list of versions, and you can select the version you want to use. You can also use the Logic API to list all versions of an agent using theGET /agents/{id}/versions endpoint. This will return a list of all versions of the agent, along with their version IDs.

