> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mesa.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# org.get()

> Fetch organization metadata.

Use `mesa.org.get()` to fetch metadata for the organization encoded in the client's credential.

**Required scope: `read`**

```python theme={null}
org = await mesa.org.get()
print(org.slug)
```

## Response

<ResponseField name="created_at" type="datetime">
  Organization creation time.
</ResponseField>

<ResponseField name="num_repos" type="int">
  Number of repositories in the organization.
</ResponseField>
