---
title: "Get all Operations in the Operation List"
method: GET
path: "/pipelines/v0/operationlists/{operationlist_id}/operations/"
tags: ["pipelines_Operations"]
---

# Get all Operations in the Operation List

`GET /pipelines/v0/operationlists/{operationlist_id}/operations/`

## Path parameters

- `operationlist_id` string, required

## Query parameters

- `operation_type` string

## Response `200`

All Operations in Operation List

- object
  - `code` integer
  - `message` string
  - `content` object
    - `count` integer
    - `previous` string
    - `next` string
    - `results` PipelinesOperation[]
      - `id` string
      - `operation_list_id` string
      - `pipeline_id` string
      - `operation_type` string
      - `args` string
      - `created_by` number
      - `updated_by` number
      - `created_at` string, date-time
      - `updated_at` string, date-time

## Other responses

- `401` — Operation List get error

---

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