---
title: "Generate and run new a pipeline from bank check preset input"
method: PUT
path: "/pipeline/checks"
tags: ["pipeline"]
---

# Generate and run new a pipeline from bank check preset input

`PUT /pipeline/checks`

Queue a bulk export of compromised bank check records for your organization.

## Request body

- PresetClientRequestPresetChecksClientConfig — Preset creation request for compromised checks data.
  - `dryRun` boolean
  - `input` PresetChecksClientConfig — Client configuration for compromised checks data preset.
    - `query` string
    - `queryRange` PresetElasticsearchRange — Elasticsearch date range filter for preset queries.
      - `from` string, required
      - `to` string, required
  - `output` PresetOutput — Output configuration for preset data delivery.
    - `columns` string[], required
    - `filename` string

## Response `200`

OK

- PipelineResponseCount — Count of records in the data pipeline.
  - `count` integer

## Other responses

- `201` — Created
- `400` — Bad Request
- `401` — Unauthorized
- `429` — Too Many Requests

---

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