GetTeamBillingInfo
Reads a workspace's billing plan information.
Stored Procedure-Specific Information
The GetTeamBillingInfo stored procedure returns the workspace's billing plan by calling the Slack team.billing.info endpoint.
For per-user billing eligibility, query the TeamBillableInfo view instead.
For example:
EXECUTE GetTeamBillingInfo
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the procedure executed successfully. |
| Plan | String | The workspace's billing plan. |