retrieve_customer
Fetch a customer by UUID to obtain their complete information.
Instructions
Retrieve a customer by ID.
Args: customer_id: UUID of the customer
Returns: The Customer
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | Yes | ||
| No | |||
| stage | No | ||
| domain | No | ||
| revenue | No | ||
| logo_url | No | ||
| employees | No | ||
| workspace | No | ||
| created_at | No | ||
| created_by | No | ||
| deleted_at | No | ||
| logo_asset | No | ||
| logo_props | No | ||
| updated_at | No | ||
| updated_by | No | ||
| archived_at | No | ||
| description | No | ||
| external_id | No | ||
| website_url | No | ||
| contract_status | No | ||
| external_source | No | ||
| description_html | No | ||
| description_binary | No | ||
| description_stripped | No | ||
| customer_request_count | No |