---
title: "Start all jobs in app given app identifier and filters"
method: POST
path: "/v1/apps/{app_id}/start"
tags: ["jobs"]
---

# Start all jobs in app given app identifier and filters

`POST /v1/apps/{app_id}/start`

## Query parameters

- `createdStartDate` string, date-time
- `createdEndDate` string, date-time
- `inputSearch` string
- `idSearch` string
- `tags` string[]
- `notTags` string[]
- `useTagGroups` boolean
- `metadataSearch` string
- `idGreaterThan` integer
- `idLessThan` integer
- `inputPath` string
- `inputValue` string
- `inputMatchType` string
- `batchId` string
- `feedbackSearch` string
- `feedbackTags` string[]
- `onlyIfFeedback` boolean
- `firstIncorrect` boolean
- `edited` boolean
- `relabeled` boolean
- `scoreGreaterThan` number
- `scoreLessThan` number
- `trustScoreGreaterThan` number
- `trustScoreLessThan` number

## Headers

- `X-Fields` string, mask

## Response `202`

Success

- JobsOperation
  - `operationId` integer

## Other responses

- `404` — App not found

---

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