Orgs
List organizations
client.orgs.list(RequestOptionsoptions?): OrgListResponse { data, has_more, next_cursor }
GET/v0/orgs
Retrieve an organization
client.orgs.retrieve(stringorg, RequestOptionsoptions?): Org { display_name, enable_ai_commit_messages, object, slug }
GET/v0/orgs/{org}