AI Agents
Get an Agent
Gets info about an existing agent.
GET
/
api
/
projects
/
{projectName}
/
agents
/
{agentName}
Path Parameters
projectName
string
requiredThe name of the project where agent resides
agentName
string
requiredName of existing agent
Response
200 - application/json
name
string
model
string
A conversational model used by an agent
skills
string[]
One or more skills that an agent can use
Was this page helpful?