Español
Documentación
Cómo utilizar la plataforma Orkeia AI
Devuelve el historial de cambios de un agente específico.
GET https://gateway.orkeia.ai/agents/{id}/history
authorization: <tu_token> Content-Type: application/json
{ "id": "ID del agente (obligatorio)" }
curl -X GET "https://gateway.orkeia.ai/agents/agent123/history" \ -H "authorization: <tu_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 }
¿Esta página le ayudó?