FruxonDocs
Agent NetworkParticipants

Audits every network participant in the tenant against the single-turn invariant.

For each agent wired as a network participant, classifies its current revision's `FlowShape` and reports the non-Agent-shaped ones. `findings` is the remediation list; `compliantCount` counts the eligible (Agent-shaped) participants. The tenant scope is applied automatically by the query layer.

GET
/v1/tenants/{tenant}/networkParticipantAudit
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

tenant*string

The tenant identifier

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/networkParticipantAudit"
{
  "participantAgentCount": 0,
  "compliantCount": 0,
  "findings": [
    {
      "agentId": "string",
      "tenantId": "00000000-0000-0000-0000-000000000000",
      "displayName": "string",
      "currentRevision": 0,
      "status": "COMPLIANT",
      "bindingCount": 0,
      "participantIds": [
        "00000000-0000-0000-0000-000000000000"
      ],
      "anyConsultAllowed": false
    }
  ],
  "countsByStatus": null
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}