---
title: "StepChecklists.batch_restore"
method: POST
path: "/entities/StepChecklists/batch-restore"
tags: ["Step"]
---

# StepChecklists.batch_restore

`POST /entities/StepChecklists/batch-restore`

Restores StepChecklists with given list of ids

## Query parameters

- `validation-level` integer
- `rollback-method` integer

## Response `200`

Batch restoration confirmation

- object
  - `success` boolean — True when response succeeded, false on error.
  - `data` union[]
    - union
      - string, uuid — An id of restored StepChecklist.
      - Error
        - `http_status` integer, required — HTTP status code
        - `code` integer — Internal API error code
        - `name` string — Name of the API error
        - `message` string — Description of the API error
        - `success` boolean, required — Always false on error.

## Other responses

- `500` — unexpected error

---

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