curl --location --request GET '/api/v2/agents/filter' \
--header 'Ocp-Apim-Subscription-Key;'
{
"success": true,
"message": "string",
"data": {
"agents": [
{
"id": 0,
"agent_name": "string",
"created_by": "string",
"user": 0,
"project": 0
}
]
}
}
Ocp-Apim-Subscription-Key: ********************