> For the complete documentation index, see [llms.txt](https://doc.vess.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.vess.id/vess-sdk/api-documentation/v1/get/getorganization.md).

# getOrganization()

### How to use?

```javascript
import { getVESS } from "vess-sdk"

const streamId = "kj............."
const vess = getVESS()
const org = await vess.getOrganization(streamId)
```

### Parameters

streamId: string

### Return

Promise\<OrganizationWIthId | undefined>
