---
title: "Get aggregate ingestion status for a knowledge base"
method: GET
path: "/v1/knowledge-base/knowledge-bases/{kb_id}/ingestion-status"
tags: ["knowledge-base"]
---

# Get aggregate ingestion status for a knowledge base

`GET /v1/knowledge-base/knowledge-bases/{kb_id}/ingestion-status`

## Path parameters

- `kb_id` string, uuid, required

## Response `200`

Successful Response

- IngestionStatusResponse
  - `knowledge_base_id` string, uuid, required
  - `pending` integer
  - `processing` integer
  - `active` integer
  - `draft` integer
  - `archived` integer
  - `failed` integer
  - `quarantined` integer
  - `total` integer

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `404` — Resource not found
- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/versions/888bdd5c076e/schema)
