Skip to main content

Get Reigent

Retrieve a Reigent.

  • URL: /rei/agents

  • Method: GET

  • Headers:

    KeyValue
    AuthorizationBearer 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 CodeReason
401Unauthorized
404Agent not found