Skip to main content

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.

Use mesa.org.get() to fetch the current or specified organization’s metadata.
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

Returns the generated GetOrgResponse200 model from mesa-rest.

Required scope

read