# getTenantContext

**Kind:** Function

**Source:** [`atloria-monorepo/libs/database/src/lib/tenant-context.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/database/src/lib/tenant-context.ts#L35)

The current request's tenant context, or undefined when running outside a request (system).

## Signature

```ts
function getTenantContext(): TenantContext | undefined
```

**Returns:** `TenantContext | undefined`
