---
title: "Retrieve details of a specific List"
method: GET
path: "/api/v1/getList/{spaceId}/{listId}"
tags: ["List"]
---

# Retrieve details of a specific List

`GET /api/v1/getList/{spaceId}/{listId}`

## Path parameters

- `spaceId` string, required
- `listId` string, required

## Response `200`

OK

- object
  - `id` string
  - `name` string
  - `color` string
  - `spaceID` string
  - `sortIndex` integer
  - `createdAt` string, date-time
  - `workflow_type` string

## Other responses

- `400` — Bad Request
- `404` — List not found

---

[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)
