Check Agent Name Batch Api
Batch check whether agent name/display_name conflicts exist in the tenant.
Request
Body Params application/jsonRequired
{
"items": [
{
"name": "string",
"display_name": "string",
"agent_id": 0
}
]
}
Request Code Samples
curl --location --request POST '/agent/check_name' \
--header 'authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"name": "string",
"display_name": "string",
"agent_id": 0
}
]
}'
Modified at 2025-12-12 05:25:36