---
title: "List Pipeline Executions"
method: GET
path: "/api/v1/pipelines/{pipeline_id}/executions"
tags: ["pipelines"]
---

# List Pipeline Executions

`GET /api/v1/pipelines/{pipeline_id}/executions`

List recent executions for a pipeline.

## Path parameters

- `pipeline_id` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Cookies

- `wos-session` string
- `datalab_active_team` string

## Response `200`

Successful Response

- PipelineExecutionListResponse
  - `executions` PipelineExecutionResponse[], required
    - `execution_id` string, required
    - `pipeline_id` string, required
    - `pipeline_version` integer, required
    - `status` string, required
    - `steps` PipelineExecutionStepResponse[], required
      - `step_index` integer, required
      - `step_type` string, required
      - `status` string, required
      - `lookup_key` string, nullable
      - `result_url` string, nullable
      - `started_at` string, date-time, nullable
      - `finished_at` string, date-time, nullable
      - `error_message` string, nullable
      - `source_step_type` string, nullable
      - `checkpoint_id` string, nullable
    - `started_at` string, date-time, nullable
    - `completed_at` string, date-time, nullable
    - `created` string, date-time, nullable
    - `config_snapshot` object, nullable
    - `input_config` object, nullable
    - `rate_breakdown` object, nullable
  - `total` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/datalab/apis/datalab-api.md) · [All operations](https://skmtc.dev/datalab/apis/datalab-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/datalab/datalab-api/revisions/aa9f8ee18efb/schema)
