---
title: "List ingestion pipeline configurations"
method: GET
path: "/v1/rag/ingestion_pipeline_configurations"
tags: ["beta.rag.ingestion_pipeline_configurations"]
---

# List ingestion pipeline configurations

`GET /v1/rag/ingestion_pipeline_configurations`

For the current workspace, lists all of the registered ingestion pipeline configurations.

## Response `200`

Successful Response

- IngestionPipelineConfiguration[]
  - `id` string, uuid, required
  - `author_id` string, required
  - `name` string, required
  - `created_at` string, date-time, required
  - `modified_at` string, date-time, required
  - `last_run_time` string, date-time, nullable, required
  - `last_run_chunks_count` integer, required
  - `total_chunks_count` integer, required
  - `pipeline_composition` object, nullable, required

---

[API](https://skmtc.net/mistral/apis/mistral-ai-api.md) · [All operations](https://skmtc.net/mistral/apis/mistral-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mistral/mistral-ai-api/revisions/933c4ebdcd72/schema)
