---
title: "创建审核任务组"
method: POST
path: "/v1/projects/{project_name}/task_groups"
tags: ["task"]
---

# 创建审核任务组

`POST /v1/projects/{project_name}/task_groups`

create tasks group.

## Path parameters

- `project_name` string, required

## Request body

- V1CreateAuditTasksGroupReqV1
  - `exec_mode` 'sql_file' | 'sqls'
  - `file_order_method` string
  - `instances` V1InstanceForCreatingTask[]
    - `instance_name` string
    - `instance_schema` string

## Response `200`

OK

- V1CreateAuditTasksGroupResV1
  - `code` integer
  - `data` V1AuditTasksGroupResV1
    - `task_group_id` integer
  - `message` string

---

[API](https://skmtc.dev/actiontech/apis/sqle-api-docs.md) · [All operations](https://skmtc.dev/actiontech/apis/sqle-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/actiontech/sqle-api-docs/revisions/9a0f5d9bf5fd/schema)
