English
Documentation
How to use the Orkeia AI platform
Returns the change history of a specific agent.
GET https://gateway.orkeia.ai/agents/{id}/history
authorization: <your_token> Content-Type: application/json
{ "id": "Agent ID (required)" }
curl -X GET "https://gateway.orkeia.ai/agents/agent123/history" \ -H "authorization: <your_token>"
{ "status": "OK", "data": { "id": "evt2", "agentId": "agent123", "action": "updated", "timestamp": "2024-07-01T13:00:00Z" } }
{ "status": "ERROR", "code": "server/error", "data": null }
{ "status": "ERROR", "code": "client/error", "data": null }
Was this page helpful?