English
Documentation
How to use the Orkeia AI platform
Lists all registered versions of an agent.
GET https://gateway.orkeia.ai/agents/{id}/version-control
authorization: <your_token> Content-Type: application/json
{ "id": "Agent ID (required)" }
curl -X GET "https://gateway.orkeia.ai/agents/agent123/version-control" \ -H "authorization: <your_token>"
{ "status": "OK", "data":[ { "id": "hist_001", "responsible": "Orkeia dev team", "responsibleId": "user_123", "action": "Created support agent", "type": "success", "date": "2025-08-22T18:32:45.000Z", "versionControl": "v1.0.0" }, { "id": "hist_002", "responsible": "Orkeia dev team", "responsibleId": "user_123", "action": "Deleted support agent", "type": "success", "date": "2025-08-22T18:32:45.000Z", "versionControl": "v1.3.0" }, ], }
{ "status": "ERROR", "code": "server/error", "data": null }
{ "status": "ERROR", "code": "client/error", "data": null }
Was this page helpful?