> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://developer-test.atomicwork.com/llms.txt.
> For full documentation content, see https://developer-test.atomicwork.com/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://developer-test.atomicwork.com/_mcp/server.

# getCustomObject

Get custom object details by display ID or numeric ID.

Retrieves full details of a specific custom object instance including all field values. **ID format:** Pass a display ID like "VEN-42" (preferred) or an internal numeric ID
like "157". Display IDs are returned by all list/search/create tools as the `display_id` field.

## Parameters

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