Português (BR)
Documentação
Como utilizar a plataforma Orkeia AI
Retorna o histórico de alterações de todos os agentes.
GET
authorization: <seu_token> Content-Type: application/json
curl -X GET "https://gateway.orkeia.ai/agents/history" \ -H "authorization: <seu_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 }
Esta página foi útil?