Skip to main content
Use mesa.org.get() to fetch the current or specified organization’s metadata. Required scope: read
org = await mesa.org.get()
print(org.slug)

other = await mesa.org.get(org="other-org")

Options

org
str | None
Organization override. If omitted, the client uses its configured or resolved default organization.

Response

created_at
datetime
Organization creation time.
num_repos
int
Number of repositories in the organization.