FruxonDocs
Agent NetworkTriggers

Lists the questions automations are waiting on a person for.

Soonest deadline first — every row is work that fails if nobody acts, so time left is the useful ordering. Each row carries whether the question actually reached anyone (`delivery`), how many items are parked on it, and its automation, so an undelivered question can be told apart from one somebody is thinking about and opened in the Work view.

GET
/v1/tenants/{tenant}/batchQuestions
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

Query Parameters

networkId?string

Optional Application filter. Naming one the caller cannot open is a 403.

Formatuuid
agentId?string

Optional agent filter, asserted through the agent's owning Application.

undeliveredOnly?boolean

Only the questions that reached nobody.

PageSize?integer

The maximum number of items to return per page

Formatint32
PageToken.Skip?integer
Formatint32
PageToken.Cursor?string

Opaque cursor token from an external system (e.g. RAG API). When set, M:Fruxon.Common.Collections.PageToken.AsString returns this value directly instead of encoding Fruxon.Common.Collections.PageToken.Skip.

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/batchQuestions"
{
  "items": [
    {
      "id": "00000000-0000-0000-0000-000000000000",
      "agentId": "string",
      "networkId": "00000000-0000-0000-0000-000000000000",
      "slotName": "string",
      "question": "string",
      "delivery": "DELIVERED",
      "deliveryDetail": "string",
      "expiresAt": 0,
      "createdAt": 0,
      "batchId": "00000000-0000-0000-0000-000000000000",
      "batchStatus": "OPEN",
      "stageId": "string",
      "waitingCount": 0,
      "gatheringUntil": 0,
      "lastJoinedAt": 0,
      "ledgerId": "00000000-0000-0000-0000-000000000000",
      "triggerId": "00000000-0000-0000-0000-000000000000",
      "triggerName": "string"
    }
  ],
  "nextPageToken": "string",
  "totalCount": 0
}
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}