Get Reigent
Retrieve a Reigent.
-
URL:
/rei/agents
-
Method:
GET
-
Headers:
Key Value Authorization Bearer rei-agent-secret-token -
Response:
{
"id": 00,
"identifier": "0xxxxxx",
"name": "Dummy Agent",
"behavior_prompt": "You are dummy agent.",
"agent_functionalities": "",
"agent_model": {
"id": 1,
"name": "GPT-4o",
"model_name": ""
},
"response_format": "json",
"temperature": 0.0,
"max_tokens": 1024
}
- Error
Response Code | Reason |
---|---|
401 | Unauthorized |
404 | Agent not found |