curl --location --request GET 'https://api.stateset.com/v1/agents?limit=20&offset=0' \
--header 'Authorization: Bearer <api_key>'
[
{
"id": "agent_123",
"agent_name": "Support Bot",
"agent_type": "Conversational AI Agent",
"description": "Handles order status and returns",
"activated": true,
"org_id": "org_456"
}
]
This endpoint gets agents
curl --location --request GET 'https://api.stateset.com/v1/agents?limit=20&offset=0' \
--header 'Authorization: Bearer <api_key>'
[
{
"id": "agent_123",
"agent_name": "Support Bot",
"agent_type": "Conversational AI Agent",
"description": "Handles order status and returns",
"activated": true,
"org_id": "org_456"
}
]
curl --location --request GET 'https://api.stateset.com/v1/agents?limit=20&offset=0' \
--header 'Authorization: Bearer <api_key>'
[
{
"id": "agent_123",
"agent_name": "Support Bot",
"agent_type": "Conversational AI Agent",
"description": "Handles order status and returns",
"activated": true,
"org_id": "org_456"
}
]