Skip to content
FeedbackDashboard

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}
ModelsExpand Collapse
Org { display_name, enable_ai_commit_messages, object, slug }
display_name: string | null
enable_ai_commit_messages: boolean
object: "org"
slug: string
OrgListResponse { data, has_more, next_cursor }
data: Array<Org { display_name, enable_ai_commit_messages, object, slug } >
display_name: string | null
enable_ai_commit_messages: boolean
object: "org"
slug: string
has_more: boolean
next_cursor?: string