---
title: "GET /api/v4/catalogs/{catalog_id}/elements/{id}"
method: GET
path: "/api/v4/catalogs/{catalog_id}/elements/{id}"
---

# GET /api/v4/catalogs/{catalog_id}/elements/{id}

`GET /api/v4/catalogs/{catalog_id}/elements/{id}`

Get catalog element by id.

## Path parameters

- `catalog_id` integer, required
- `id` integer, required

## Query parameters

- `with` string

## Response `200`

The request has succeeded.

- union
  - CatalogElement
    - `id` integer
    - `catalog_id` integer
    - `name` string
    - `created_by` integer
    - `updated_by` integer
    - `created_at` integer
    - `updated_at` integer
    - `is_deleted` boolean
    - `custom_fields_values` CatalogCustomFieldValue[], nullable
      - `field_id` integer
      - `field_code` string
      - `field_name` string
      - `field_type` string
      - `values` CatalogCustomFieldValueItem[], required
        - `value` unknown, required
        - `enum_id` integer
        - `enum_code` string
    - `account_id` integer
    - `invoice_link` string, nullable
    - `_embedded` CatalogElementEmbedded
      - `warning` CatalogElementWarning
        - `message` string, nullable
    - `_links` object
  - Problem
    - `title` string
    - `status` integer
    - `detail` string
    - `type` string

## Changes

- **2026-02-02** `1e3996435299` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hexlet/apis/amocrm-api/changes/api/v4/catalogs/:catalog_id/elements/:id/get.md)

---

[API](https://skmtc.dev/hexlet/apis/amocrm-api.md) · [All operations](https://skmtc.dev/hexlet/apis/amocrm-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hexlet/amocrm-api/revisions/800f4ed7083b/schema)
