curl --location --request GET 'https://snakk-backend-production.up.railway.app/api/agents//versions' \
--header 'X-API-Key: <api-key>'{
"agent_id": "uuid",
"agent_name": "My Agent",
"total_versions": 5,
"versions": [
{
"id": "uuid",
"version_number": 5,
"created_at": "2024-01-15T10:30:00Z",
"change_summary": "Endret: instructions, voice",
"change_type": "updated",
"is_current": true
}
]
}