cURL
curl --request GET \ --url https://api.upon-ai.com/api/agents/{agentId}/versions \ --header 'Authorization: Bearer <token>'
[ { "agent_id": "<string>", "version": 123, "updated_at": "2023-11-07T05:31:56Z" } ]
Review the revision history for an agent.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Agent identifier.
Workspace identifier.
Agent version history.