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

# listCustomObjects

List custom object instances (simple browse, queries database).

Paginated list of custom object instances for a given type. Queries
the database directly. Supports optional display-ID substring search.

## Parameters

| Name             | Type    | Required | Description                                                   |
| ---------------- | ------- | -------- | ------------------------------------------------------------- |
| `object_type_id` | integer | Yes      | The object type ID to filter by (from listObjectTypes)        |
| `search_key`     | string  | No       | Optional substring match. Matches display\_name OR display ID |
| `page`           | integer | No       | Default: `1`.                                                 |
| `page_size`      | integer | No       | Default: `25`.                                                |
