---
title: "Get Preset"
method: GET
path: "/business/v2/cards/presets/{presetId}"
tags: ["Card Rules Presets"]
---

# Get Preset

`GET /business/v2/cards/presets/{presetId}`

Endpoint to get a `CardRulePreset` by ID.

## Path parameters

- `presetId` string, required

## Response `200`

The returned resource is a `CardRulePreset`.

- CardRulePreset
  - `id` string — The `CardRulePreset` ID (sortable: no).
  - `name` string — The name of `CardRulePreset` (sortable: no).
  - `description` string — The description of `CardRulePreset` (sortable: no).
  - `creation_time` string — The date and time when the `CardRulePreset` was created.
  - `last_update_time` string — The date and time when the `CardRulePreset` was last updated.

## Other responses

- `400` — Your request has missing arguments or is malformed.
- `404` — One or more resource requested does not exist.

---

[API](https://skmtc.net/soldo/apis/soldo-business-api-v2-0.md) · [All operations](https://skmtc.net/soldo/apis/soldo-business-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soldo/soldo-business-api-v2-0/revisions/7be21448a2b3/schema)
