Source: https://manu-tests-all-orgs.docs-staging.pageloop.ai/mcp-tools/custom-objects/instance-crud/get-custom-object

# getCustomObject

Get custom object details by display ID or numeric ID.

Retrieves full details of a specific custom object instance including values for active fields. Stored values for soft-deleted fields are omitted. **ID format:** Pass a display ID like "VEN-42" (preferred) or an internal numeric ID
like "157".

## Parameters

| Name | Type   | Required | Description                                                                   |
| ---- | ------ | -------- | ----------------------------------------------------------------------------- |
| `id` | string | Yes      | Display ID (e.g., "VEN-42", "VISA-100") or internal numeric ID (e.g., "157"). |
