Wave: Get Business
wave_get_businessRetrieve complete business details including currency, address, type, and settings. Specify a business ID to get the full record in markdown or JSON.
Instructions
Get full detail for one business: currency, address, type, and settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| business_id | No | Business to operate on: the base64 id from wave_list_businesses (a bare business UUID is also accepted). Defaults to the business set by wave_set_default_business. When calls may be minutes apart, pass it on every call. | |
| response_format | No | Output format: "markdown" for a compact human-readable summary, "json" for the complete record. | markdown |