---
title: "Retrieve car card by ID"
method: GET
path: "/cards/cars/{id}/"
tags: ["cards"]
---

# Retrieve car card by ID

`GET /cards/cars/{id}/`

Use this method to retrieve a car card by its ID.

## Path parameters

- `id` integer, required

## Response `200`

- CarCard
  - `id` integer, required
  - `active` boolean — `true` if the object is enabled
  - `filled` boolean, required — `true` if card is filled
  - `created_date` string, date-time, required — Object creation date
  - `modified_date` string, date-time, required — Object modification date
  - `name` string, required — Card name, up to 256 characters
  - `comment` string — Extended description, up to 2048 characters
  - `watch_lists` integer[], required
  - `looks_like` CardLooksLike, required
    - `confidence` number, float, required
    - `collection` string, nullable, required
    - `matched_object` string, nullable, required
  - `meta` object
  - `looks_like_confidence` number, float, required
  - `active_after` string, date-time, nullable
  - `active_before` string, date-time, nullable
  - `disable_schedule` Schedule — Serializer mixin that raises ValidationError if excess fields are presented. Can be used in nested serializers
    - `monday` array[]
      - string[]
    - `tuesday` array[]
      - string[]
    - `wednesday` array[]
      - string[]
    - `thursday` array[]
      - string[]
    - `friday` array[]
      - string[]
    - `saturday` array[]
      - string[]
    - `sunday` array[]
      - string[]
  - `recount_schedule_on` string, date-time, required
  - `license_plate_number` string, nullable
  - `car_cluster` integer, required
  - `car_objects` integer, required — Linked car objects counter

---

[API](https://skmtc.dev/ntechlab/apis/internal-api-documentation.md) · [All operations](https://skmtc.dev/ntechlab/apis/internal-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ntechlab/internal-api-documentation/revisions/fe217a895bc7/schema)
