---
title: "List all Lists within a specific Space"
method: GET
path: "/api/v1/listLists/{spaceId}"
tags: ["List"]
---

# List all Lists within a specific Space

`GET /api/v1/listLists/{spaceId}`

## Path parameters

- `spaceId` string, required

## Response `200`

OK

- object[]
  - `id` string
  - `name` string
  - `color` string
  - `spaceID` string
  - `sortIndex` number
  - `createdAt` string, date-time
  - `workflow_type` string

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/hero-page/apis/hero-api.md) · [All operations](https://skmtc.net/hero-page/apis/hero-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hero-page/hero-api/versions/f44af6e313d8/schema)
