cURL
curl --request GET \ --url https://app.docs.bynesoft.com/api/users/agents \ --header 'X-API-Key: <api-key>'
{ "agents": [ { "id": "<string>", "name": "<string>", "templateId": "<string>", "model": "<string>", "guardRails": [ "<string>" ], "exeLayers": [ "<string>" ] } ], "nextToken": "<string>" }
Review all your Agents.
Quantity of retrieved agents (minimum - 1, maximum - 50)
1 <= x <= 50
Successful Response
The response is of type object.
object