Get All agents
This section provides instructions on using the /agent/:projectId endpoint to fetch a list of all agents in the project.
{
"projectId": "XXXXXXXXXXXXXXXXXXXXXXXXXXXX"
}Last updated
This section provides instructions on using the /agent/:projectId endpoint to fetch a list of all agents in the project.
{
"projectId": "XXXXXXXXXXXXXXXXXXXXXXXXXXXX"
}Last updated
[
{
"name": "John",
"projectId": "XXXXXXXXXXXXXXXXXXX",
"systemInstruction": "Instructions given to the agent.".
"id": "XXXXXXXXXXXXXXXXXXXXXXXX"
},
{
"name": "Jack",
"projectId": "XXXXXXXXXXXXXXXXXXX",
"systemInstruction": "Instructions given to the agent.".
"id": "XXXXXXXXXXXXXXXXXXXXXXXX"
},
]