get_company
Retrieve full details for a company by its ID. Soft-deleted companies return a disabled status, not a 404 error.
Instructions
Get full detail for one company.
Args: company_id: 'COM...' id. account_id: Auto-resolves if omitted.
Note: Returns the disabled record (with status: "disabled",
disabled_at timestamp) for soft-deleted companies — NOT 404.
Check the status field if you need to distinguish.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | ||
| company_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |