> For the complete documentation index, see [llms.txt](https://docs.llongterm.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.llongterm.com/docs/javascript/llongterm.get.md).

# llongterm.get

Fetch the mind you need

```javascript
const mind = await llongterm.get('your.mind.id')
console.log('Mind fetched:', mind);
```

#### Arguments

| Parameter | Type   | Description                 |
| --------- | ------ | --------------------------- |
| id        | string | The id of the mind to fetch |

#### Response

| Property | Type    | Description           |
| -------- | ------- | --------------------- |
| mind     | \<Mind> | Llongterm Mind object |


