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.
Authorization
Bearer JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.
In: header
Path Parameters
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
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}Gets a directory import run by id — poll it to track progress and read the final counters.
Use this endpoint after `POST directory/import` returns `202 Accepted`. It reads the durable import job row for the current tenant and returns the current lifecycle status plus counters captured by the background worker. Pending and running imports have progress metadata only; completed imports include participant-created/existing/failed counts and the bounded failure sample, while failed imports include the captured error message for operator triage.
Enrolls or off-boards a whole restaurant/account — every contact in the environment.
Loops every contact affiliated with the environment, granting each Served access in the network and actuating its transport. Contacts with no conversation yet are counted separately. Use this to onboard or roll back a whole restaurant/account at once.