---
title: "Get Dataset Assets Status Count"
method: GET
path: "/api/v1/ingestion/datasets/{dataset_id}/assets/status/count"
tags: ["ingestion > status"]
---

# Get Dataset Assets Status Count

`GET /api/v1/ingestion/datasets/{dataset_id}/assets/status/count`

Returns the ingestion status count for assets in a dataset.

## Path parameters

- `dataset_id` string, uuid, required

## Headers

- `Authorization` string, required

## Response `200`

Successful Response

- IngestionDatasetAssetsStatusCountResponse
  - `data` object, required — A dictionary of event filters and their counts

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/coactive/apis/api-reference.md) · [All operations](https://skmtc.dev/coactive/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coactive/api-reference/revisions/1223758be9ba/schema)
