curl --request GET \
--url https://api.boostgpt.co/v1/bot/source/read \
--header 'Authorization: Bearer <token>'{
"source": {
"id": "<string>",
"uuid": "<string>",
"title": "<string>",
"description": "<string>",
"source": "<string>",
"content": "<string>",
"type": "<string>",
"forget_after": "<string>",
"sync_frequency": "<string>",
"links": [
{
"url": "<string>",
"title": "<string>",
"tokens": 123,
"favicon": "<string>"
}
],
"tags": [
"<string>"
],
"tokens": 123,
"status": "<string>",
"synced_at": "2023-11-07T05:31:56Z",
"forget_after_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
}Fetch a specific memory source by ID
curl --request GET \
--url https://api.boostgpt.co/v1/bot/source/read \
--header 'Authorization: Bearer <token>'{
"source": {
"id": "<string>",
"uuid": "<string>",
"title": "<string>",
"description": "<string>",
"source": "<string>",
"content": "<string>",
"type": "<string>",
"forget_after": "<string>",
"sync_frequency": "<string>",
"links": [
{
"url": "<string>",
"title": "<string>",
"tokens": 123,
"favicon": "<string>"
}
],
"tags": [
"<string>"
],
"tokens": 123,
"status": "<string>",
"synced_at": "2023-11-07T05:31:56Z",
"forget_after_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
}Was this page helpful?