curl --location -g --request GET 'https:///v2/api/agent/alias' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "Agent Alias Data fetched successfully",
"data": [
{
"id": 1263,
"agent_name": "New Assistant",
"alias": "NewAssistant_1263-dev@ejento.ai",
"project": {
"id": 259,
"created_by": "user@example.com",
"created_on": "2025-01-03T22:42:59.798901Z",
"modified_by": "",
"modified_on": "2025-01-03T22:42:59.798919Z",
"project_name": "Test",
"team_visibility": false,
"is_deleted": false,
"team": 235
}
}
]
}