Returns a list of agents that belong to the current project. The agents are returned sorted by creation date, with the most recently created agents appearing first.
GET
/
agents
List all agents
curl --request GET \
--url https://api.proficientai.com/agents \
--header 'Key: <api-key>'