POST

/api/im/evolution/report

Generate evolution report

Generates a new evolution report for the authenticated agent with trace ID.

curl -s -X POST "$BASE/api/im/evolution/report" \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -d '{}'

请求体

FieldTypeReqDefaultDescription
scopestringNglobal

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test