Get Agent Details
This section provides instructions on using the /agent/:agentId endpoint to retrieve the details of a particular agent.
{
"projectId": "XXXXXXXXXXXXXXXXXXXXXXXXX",
"agentId": "ZZZZZZZZZZZZZZZZZZZZZZZZZZZ"
}Last updated
This section provides instructions on using the /agent/:agentId endpoint to retrieve the details of a particular agent.
{
"projectId": "XXXXXXXXXXXXXXXXXXXXXXXXX",
"agentId": "ZZZZZZZZZZZZZZZZZZZZZZZZZZZ"
}Last updated
{
"name": "John",
"projectId": "XXXXXXXXXXXXXXXXXXX"
"id": "XXXXXXXXXXXXXXXXXXXXXXXX"
"systemInstruction": "prompt given to bot"
}