Agent BrainsAgent Brains
APIAttachments

Get attachments for a tenant

Retrieves a list of attachments for a specific tenant, with optional filters.

GET
/knowledge-base/attachments
x-api-key<token>

Preferred authentication header.

In: header

Query Parameters

fields?unknown

Comma-separated list of fields to include.

type?unknown
populated?boolean

Response Body

application/json

curl -X GET "https://api.agent-brains.com/knowledge-base/attachments"
[
  {
    "_id": "string",
    "name": "string",
    "url": "string",
    "description": "string",
    "annotations": {},
    "type": "string",
    "entities": [
      "string"
    ],
    "createdAt": "string",
    "updatedAt": "string"
  }
]