GET Reigent
Get Reigent
Retrieve a Reigent.
URL:
/rei/agents
Method:
GET
Headers:
KeyValueAuthorization
Bearer rei-agent-secret-token
Response:
{
"id": 02,
"identifier": "0xxxxxx",
"name": "Dummy Agent",
"behavior_prompt": "You are dummy agent.",
"agent_functionalities": "",
"agent_model": {
"id": 1,
"name": "claude-3.7-sonnet",
"model_name": ""
},
"response_format": "json",
"temperature": 0.0,
"max_tokens": 1024
}
Error
Response Code
Reason
401
Unauthorized
404
Agent not found
Last updated