FruxonDocs
ApiAgent slots

Lists the agent's declared slots with their binding state.

Joins the slot declarations on the agent's current revision with the tenant-level `SlotParticipantBinding` rows. Slots without a binding render as `bound=false` (web-UI-only fallback). Stale bindings whose slot name no longer appears on the current revision are surfaced with `orphaned=true` rather than hidden, so the operator can prune them.

GET
/v1/tenants/{tenant}/agents/{agent}/slots
AuthorizationBearer <token>

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

In: header

Path Parameters

agent*string

The agent identifier.

tenant*string

The tenant identifier

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/agents/string/slots"
[
  {
    "name": "string",
    "displayName": "string",
    "requiredKind": "ANY",
    "participantId": "00000000-0000-0000-0000-000000000000",
    "bound": false,
    "orphaned": false
  }
]
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}