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": "[email protected]",
"project": {
"id": 259,
"created_by": "[email protected]",
"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
}
}
]
}