Returns a Network and its member roster.
Returns the Network plus its stable memberships, each with its operational status (and any release pin still stored — pins are read-only; see UpdateNetworkMembershipRequest). The Application may be addressed by its id or by its slug.
Authorization
Bearer JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.
In: header
Path Parameters
The Application id or slug.
The tenant identifier
Response Body
curl -X GET "https://api.fruxon.com/v1/tenants/string/networks/string"{
"id": "00000000-0000-0000-0000-000000000000",
"name": "string",
"slug": "string",
"isDefault": false,
"acknowledgeRefusedSenders": false,
"unknownSenderAdmission": "REQUEST_ACCESS",
"knownUnenrolledAdmission": "REQUEST_ACCESS",
"createdAt": 0,
"modifiedAt": 0,
"members": [
{
"id": "00000000-0000-0000-0000-000000000000",
"networkId": "00000000-0000-0000-0000-000000000000",
"agentId": "string",
"operationalStatus": "ACTIVE",
"createdAt": 0,
"modifiedAt": 0
}
]
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}Lists the Application's execution records, across all of its agents.
Accepts the same filters as the agent-nested list — status, origin (Production by default), time range, source, participant, duration — and applies the same default exclusions, so a count taken from `{network}/activityCounts` and the rows returned here describe one population rather than two. Runs whose Application attribution is unset belong to no Application and are listed by none.
Lists the tenant connection grants materialized for a Network.
Returns the Network's live grants without credential material. An empty allowed-actions list means the connection is not narrowed. Use each connection id to navigate to the tenant-owned resource.