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 Agent
Versions 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

GET /agents/{id}/versions endpoint. This will return a list of all versions of the agent, along with their version IDs.

