English
Documentation
How to use the Orkeia AI platform
Returns the change history of all agents.
GET https://gateway.orkeia.ai/agents/history
authorization: <your_token> Content-Type: application/json
curl -X GET "https://gateway.orkeia.ai/agents/history" \ -H "authorization: <your_token>"
[ { "id": "evt1", "agentId": "agent123", "action": "created", "timestamp": "2024-07-01T12:00:00Z" }, { "id": "evt2", "agentId": "agent134", "action": "created", "timestamp": "2024-07-01T12:00:00Z" } ]
{ "status": "ERROR", "code": "server/error", "data": null }
{ "status": "ERROR", "code": "client/error", "data": null }
Was this page helpful?