---
title: "List Ingested Documents"
method: GET
path: "/v1/artifacts/list"
tags: ["Artifacts", "Artifacts"]
---

# List Ingested Documents

`GET /v1/artifacts/list`

Retrieve a list of all documents ingested into a specific collection

## Query parameters

- `collection` string, required — Name of the collection to list documents from

## Response `200`

Successfully retrieved document list

- IngestResponse — Response model for successful document ingestion operations.
  - `object` 'list' — Response object type, always 'list' for ingestion responses
  - `model` 'private-gpt' — Model identifier, always 'private-gpt'
  - `data` IngestedDoc[], required — List of ingested documents with their metadata and processing information
    - `object` 'ingest.document' — Type of the object, indicating this is an ingested document.
    - `artifact` string, required — Unique identifier for the ingested document artifact.
    - `doc_metadata` object, nullable — Metadata associated with the ingested document, such as title, author, and other

## Other responses

- `401` — Unauthorized
- `422` — Invalid collection name

## Changes

- **2026-06-02** `c711b911f68e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/zylon-ai/apis/private-gpt-api/changes/v1/artifacts/list/get.md)

---

[API](https://skmtc.dev/zylon-ai/apis/private-gpt-api.md) · [All operations](https://skmtc.dev/zylon-ai/apis/private-gpt-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zylon-ai/private-gpt-api/revisions/4e828cf153c4/schema)
