get_company
Retrieve complete details for a specific company, including disabled records with status and disabled timestamp. Identify soft-deleted companies by checking the status field.
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 |
|---|---|---|---|
| company_id | Yes | ||
| account_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |