cURL
curl --request GET \ --url https://services.staging.app.dados.rio/eai-agent/api/v1/agent-config/history \ --header 'Authorization: Bearer <token>'
{ "agent_type": "<string>", "configs": [ { "config_id": "<string>", "version": 123, "is_active": true, "created_at": "<string>", "updated_at": "<string>", "metadata": {}, "tools": [ "<string>" ], "model_name": "<string>", "embedding_name": "<string>" } ] }
Obtém histórico de configurações.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Limite de resultados
x >= 1
Successful Response
Show child attributes