---
title: "Human cards count"
method: GET
path: "/cards/humans/count/"
tags: ["cards"]
---

# Human cards count

`GET /cards/humans/count/`

This method retrieves a count of human cards.

## Query parameters

- `active` boolean
- `created_date_gt` string, date-time
- `created_date_gte` string, date-time
- `created_date_last_n_days` number
- `created_date_lt` string, date-time
- `created_date_lte` string, date-time
- `created_date_nth_full_week` number
- `created_date_nth_work_week` number
- `filled` boolean
- `has_body_objects` string
- `has_face_objects` string
- `id_in` integer[]
- `modified_date_date_gt` string, date-time
- `modified_date_date_gte` string, date-time
- `modified_date_date_lt` string, date-time
- `modified_date_date_lte` string, date-time
- `modified_date_last_n_days` number
- `modified_date_nth_full_week` number
- `modified_date_nth_work_week` number
- `name_contains` string
- `ovision_uuid` string, uuid
- `watch_lists` integer[]

## Response `200`

- CountResponse
  - `count` integer, required — Objects count

---

[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)
