GET
/
agents
[
  {
    "name": "my_agent",
    "description": "This agent is used to queue jobs",
    "visibility": "public",
    "required_prompts": [
      "Hello {{.name}}, your model is {{.model}}"
    ],
    "required_fields": [
      "name",
      "model"
    ]
  }
]

Response

200 - application/json

List of agents

The response is of type object[].