# Sandbox.Services.Organization.Get

```csharp
static System.Threading.Tasks.Task<Organization> Get(string ident)
```

Fetch an organization by its ident. Cached in-memory for the session and on disk
across launches — if the backend is unreachable we'll fall back to the disk copy.

### Parameters

- `ident` (`string`)

### Returns

`System.Threading.Tasks.Task<Organization>`

Declared in [Sandbox.Services.Organization](/api/Sandbox.Services.Organization).
Assembly: `Sandbox.Engine`.
