APIAttachments
Get an attachment by ID
x-api-key<token>
Preferred authentication header.
In: header
Path Parameters
attachmentId*string
Query Parameters
populated?boolean
Response Body
application/json
curl -X GET "https://api.agent-brains.com/knowledge-base/attachments/string"{
"_id": "string",
"name": "string",
"url": "string",
"description": "string",
"annotations": {},
"type": "string",
"entities": [
"string"
],
"createdAt": "string",
"updatedAt": "string"
}