# 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 |


