Ruby SDKFeature Clients
Tenant Client
Tenant client for interacting with the current Hatchet tenant.
This class provides a high-level interface for retrieving tenant information from the Hatchet system.
tenant_info = hatchet.tenant.getIt is available on the main client as hatchet.tenant.
Methods:
| Name | Description |
|---|---|
get | Get the current tenant. |
Functions
get
Get the current tenant.
tenant = hatchet.tenant.getReturns:
| Type | Description |
|---|---|
Object | The tenant details. |
Raises:
| Type | Description |
|---|---|
HatchetSdkRest::ApiError | If the API request fails. |
Last updated on August 24, 2026