GET
/
api
/
projects
/
{projectName}
/
agents
/
{agentName}
curl --request GET \
  --url http://127.0.0.1:47334/api/projects/{projectName}/agents/{agentName}
{
  "name": "<string>",
  "model": "<string>",
  "skills": [
    "<string>"
  ]
}

Path Parameters

projectName
string
required

The name of the project where agent resides

agentName
string
required

Name of existing agent

Response

200
application/json
A JSON object with skills
name
string
model
string

A conversational model used by an agent

skills
string[]

One or more skills that an agent can use