cURL
curl --request GET \ --url https://api.sentio.ai/agents \ --header 'Authorization: Bearer <token>'
[ { "name": "<string>", "type": "<string>", "description": "<string>", "networks": [ "<string>" ], "triggers": [ {} ], "actions": [ {} ] } ]
Returns all agents that the authenticated user has access to
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Maximum number of agents to return
List of agents
The response is of type object[].
object[]