FruxonDocs
AgentsAssets

Lists all knowledge base assets for an agent.

GET
/v1/tenants/{tenant}/agents/{agent}/assets

Path Parameters

agent*string

The unique identifier of the agent.

tenant*string

The tenant identifier

Query Parameters

PageSize?integer
Formatint32
PageToken.Skip?integer
Formatint32

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/agents/string/assets"
{
  "items": [
    {
      "id": "string",
      "displayName": "string",
      "contentType": "string",
      "assetType": 0,
      "vectorized": false,
      "link": "string"
    }
  ],
  "nextPageToken": "string"
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}