Español
Documentación
Cómo utilizar la plataforma Orkeia AI
Devuelve el historial de cambios de todos los agentes.
GET
authorization: <tu_token> Content-Type: application/json
curl -X GET "https://gateway.orkeia.ai/agents/history" \ -H "authorization: <tu_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 le ayudó?