---
title: "Get Content Status"
method: GET
path: "/knowledge/content/{content_id}/status"
tags: ["Knowledge"]
---

# Get Content Status

`GET /knowledge/content/{content_id}/status`

Retrieve the current processing status of a content item. Useful for monitoring asynchronous content processing progress and identifying any processing errors.

## Path parameters

- `content_id` string, required

## Query parameters

- `db_id` string, nullable — Database ID to use
- `knowledge_id` string, nullable — Knowledge base ID to use

## Response `200`

Content status retrieved successfully

- ContentStatusResponse — Response model for content status endpoint.
  - `id` string, nullable — Content ID
  - `status` 'processing' | 'completed' | 'failed', required — Enumeration of possible content processing statuses.
  - `status_message` string — Status message or error details

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Content not found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/agno/apis/agno-api-reference.md) · [All operations](https://skmtc.net/agno/apis/agno-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agno/agno-api-reference/versions/5f6149d395d0/schema)
