---
title: "Get a list of Card Layouts."
method: GET
path: "/api/v1/cardlayout"
tags: ["CardLayout"]
---

# Get a list of Card Layouts.

`GET /api/v1/cardlayout`

## Query parameters

- `skip` integer
- `take` integer

## Response `200`

Success

- CardLayout[]
  - `id` integer, required — Unique identifier.
  - `name` string, required — Name of this layout

## Other responses

- `404` — Not Found

---

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