---
title: "Process List of Files with Pipeline"
method: POST
path: "/v1/pipeline/process/{pipelineId}"
tags: ["Pipelines"]
---

# Process List of Files with Pipeline

`POST /v1/pipeline/process/{pipelineId}`

This endpoint processes a list of files by using a specified pipeline. It processes the latest version of each file only.

## Path parameters

- `pipelineId` string, uuid, required

## Request body

- object
  - `fileIds` string[]

## Response `200`

Complete

- object
  - `success` object[]
    - `fileId` string
    - `workflowId` string
  - `error` object[]
    - `fileId` string
    - `error` string

## Other responses

- `400` — Incorrect input provided
- `404` — Not found or not visible to user

---

[API](https://skmtc.net/tetrascience/apis/tetra-data-lake.md) · [All operations](https://skmtc.net/tetrascience/apis/tetra-data-lake/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tetrascience/tetra-data-lake/versions/0205e2bace53/schema)
