---
title: "Get the number of images."
method: GET
path: "/projects/{projectId}/images/count"
tags: ["ImageApi"]
---

# Get the number of images.

`GET /projects/{projectId}/images/count`

The filtering is on an and/or relationship. For example, if the provided tag ids are for the "Dog" and
"Cat" tags, then only images tagged with Dog and/or Cat will be returned

## Path parameters

- `projectId` string, uuid, required

## Query parameters

- `iterationId` string, uuid
- `taggingStatus` 'All' | 'Tagged' | 'Untagged'
- `$filter` string
- `tagIds` string[]

## Response `200`

OK

- integer

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/azure/apis/cognitiveservices-customvision-training.md) · [All operations](https://skmtc.net/azure/apis/cognitiveservices-customvision-training/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/cognitiveservices-customvision-training/versions/82dfb72c78fa/schema)
