---
title: "List sops"
method: GET
path: "/api/v1/sop"
---

# List sops

`GET /api/v1/sop`

List all sops in the given workspace.

## Headers

- `workspace-id` string, required

## Cookies

- `apikey` string

## Response `200`

Successful Response

- SOPResponse — SOPs response model.
  - `r` ISop[], required
    - `workspace_id` string
    - `timestamp` integer
    - `title` string, required
    - `purpose` string, nullable, required
    - `procedure` string, required
    - `apps` string[]
    - `tools` string[], nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/smooth/apis/circlemind-zero.md) · [All operations](https://skmtc.dev/smooth/apis/circlemind-zero/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smooth/circlemind-zero/revisions/472956a12adf/schema)
