List an agent's prompt version history
Agents
List an agent's prompt version history
Return the agent’s prompt version rows newest-first, with the distinct branch list and a pagination cursor. This is a friendly alias of GET /agents//versions with an identical response shape, so integrations can read version history without the git-style versions path.
GET
List an agent's prompt version history
Authorizations
Dashboard JWT token from Clerk
Path Parameters
Agent identifier (Devotel agent_xxx id).
Query Parameters
Number of versions per page (1–200, default 50).
Required range:
1 <= x <= 200Return versions with version_number below this value (for paging).
Restrict to a single branch name.