Skip to main content
Get the current or specified organization. Required scope: read
const org = await mesa.org.get();
console.log(org.slug, org.name);

Options

org
string | undefined
Organization override.

Response

created_at
string
Organization creation time.
num_repos
number
Number of repositories in the organization.