---
title: "Bulk Create Finding Tasks"
method: POST
path: "/api/v1/findings/bulk/tasks"
tags: ["Findings"]
---

# Bulk Create Finding Tasks

`POST /api/v1/findings/bulk/tasks`

Bulk create tasks for findings.

## Request body

- C1ApiFindingV1BulkCreateFindingTasksRequest — The BulkCreateFindingTasksRequest message.
  - `policyId` string — Optional policy ID to use for the created tasks. Defaults to the app's grant policy.
  - `refs` C1ApiFindingV1FindingRef[], nullable — Individual finding references to create tasks for (by-ID mode).
    - `id` string — The ID of the finding.
  - `searchRequest` C1ApiFindingV1FindingSearchRequest — The FindingSearchRequest message.
    - `appIds` string[], nullable — Filter by app IDs (OR within field).
    - `appUserIds` string[], nullable — Filter by app user IDs (OR within field). Matches findings whose target.app_user_target.app_user_id is in this list.
    - `findingTypes` string[], nullable — Filter by finding type (OR within field).
    - `pageSize` integer — Maximum number of findings to return per page.
    - `pageToken` string — Pagination token from a previous response.
    - `query` string — Free text search query.
    - `severities` string[], nullable — Filter by severities (OR within field).
    - `states` string[], nullable — Filter by states (OR within field).

## Response `200`

Successful response

- C1ApiFindingV1BulkCreateFindingTasksResponse — The BulkCreateFindingTasksResponse message.
  - `bulkActionId` string — The ID of the asynchronous bulk action, which can be used to track progress.

---

[API](https://skmtc.net/conductorone/apis/c1-api.md) · [All operations](https://skmtc.net/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/conductorone/c1-api/revisions/d391405a35d3/schema)
