Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Agents handle the workflows of each business task. It is responsible to get outcome of a given task.
GET https://api.dialflo.ai/api/v1/agents?organizationId={your_organization_id}
auth_token: Bearer <auth_token> Content-Type: application/json
[ {"agent_id": 1, "agent_name": "Test_INCOMING"}, {"agent_id": 2, "agent_name": "Test_OUTGOING"}, {"agent_id": 3, "agent_name": "TEST AGENT_INCOMING"}, {"agent_id": 4, "agent_name": "TEST AGENT_OUTGOING"} ]