# 배치 관리 조회

## 배치관리 목록 조회

> \## 기능설명\
> \* 배치명, 배치구분코드, 실행유형 에 맞는 배치관리 목록을 조회합니다.\
> \---\
> \## 상세설명\
> \* 배치명, 배치구분코드, 실행유형 에 맞는 배치관리 목록을 조회합니다.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"StMgrBatchBaseRequest":{"type":"object","properties":{"batchNo":{"type":"string"},"batchNm":{"type":"string"},"batchGbCd":{"type":"string"},"batchExeTypCd":{"type":"string"},"exeCycleYyVal":{"type":"string"},"exeCycleMmVal":{"type":"string"},"exeCycleWkVal":{"type":"string"},"exeCycleWdayVal":{"type":"string"},"exeCycleHhVal":{"type":"string"},"exeCycleMinVal":{"type":"string"},"exeCmdw":{"type":"string"},"mainAempId":{"type":"string"},"scndAempId":{"type":"string"},"batchStatCd":{"type":"string"}}},"ResponseListStMgrBatchBaseResponse":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"type":"array","description":"payload","items":{"$ref":"#/components/schemas/StMgrBatchBaseResponse"}},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"StMgrBatchBaseResponse":{"type":"object","description":"배치관리 조회 응답 DTO","properties":{"batchNo":{"type":"string","description":"배치번호"},"batchNm":{"type":"string","description":"배치명"},"batchGbCd":{"type":"string","description":"배치구분코드(CM007)"},"batchExeTypCd":{"type":"string","description":"배치실행유형코드(CM011)"},"exeCycleYyVal":{"type":"string","description":"실행주기년값"},"exeCycleMmVal":{"type":"string","description":"실행주기월값"},"exeCycleWkVal":{"type":"string","description":"실행주기주간값"},"exeCycleWdayVal":{"type":"string","description":"실행주기요일값"},"exeCycleHhVal":{"type":"string","description":"실행주기시값"},"exeCycleMinVal":{"type":"string","description":"실행주기분값"},"exeCmdw":{"type":"string","description":"실행명령어"},"batchStatCd":{"type":"string","description":"배치상태코드(CM024)"},"mainAempNm":{"type":"string","description":"주담당자명"},"scndAempNm":{"type":"string","description":"부담당자명"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}}}},"paths":{"/v1/system/batchMgmt/getBatchList":{"get":{"tags":["배치 관리 조회"],"summary":"배치관리 목록 조회","description":"## 기능설명\n* 배치명, 배치구분코드, 실행유형 에 맞는 배치관리 목록을 조회합니다.\n---\n## 상세설명\n* 배치명, 배치구분코드, 실행유형 에 맞는 배치관리 목록을 조회합니다.\n","operationId":"getBatchList_1","parameters":[{"name":"stMgrBatchBaseRequest","in":"query","required":true,"schema":{"$ref":"#/components/schemas/StMgrBatchBaseRequest"}},{"name":"batchNm","in":"query","description":"배치명","schema":{"type":"string"}},{"name":"batchGbCd","in":"query","description":"배치구분코드(CM007)","schema":{"type":"string"}},{"name":"batchExeTypCd","in":"query","description":"배치실행유형코드(CM011)","schema":{"type":"string"}},{"name":"pageIdx","in":"query","description":"현재 페이지","required":true,"schema":{"type":"string"}},{"name":"rowsPerPage","in":"query","description":"페이지 당 row","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseListStMgrBatchBaseResponse"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 배치관리 건수 조회

> \## 기능설명\
> \* 배치명, 배치구분코드, 실행유형 에 맞는 배치관리 건수를 조회합니다.\
> \---\
> \## 상세설명\
> \* 배치명, 배치구분코드, 실행유형 에 맞는 배치관리 건수를 조회합니다.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"StMgrBatchBaseRequest":{"type":"object","properties":{"batchNo":{"type":"string"},"batchNm":{"type":"string"},"batchGbCd":{"type":"string"},"batchExeTypCd":{"type":"string"},"exeCycleYyVal":{"type":"string"},"exeCycleMmVal":{"type":"string"},"exeCycleWkVal":{"type":"string"},"exeCycleWdayVal":{"type":"string"},"exeCycleHhVal":{"type":"string"},"exeCycleMinVal":{"type":"string"},"exeCmdw":{"type":"string"},"mainAempId":{"type":"string"},"scndAempId":{"type":"string"},"batchStatCd":{"type":"string"}}},"ResponseInteger":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"type":"integer","format":"int32","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}}}},"paths":{"/v1/system/batchMgmt/getBatchListCount":{"get":{"tags":["배치 관리 조회"],"summary":"배치관리 건수 조회","description":"## 기능설명\n* 배치명, 배치구분코드, 실행유형 에 맞는 배치관리 건수를 조회합니다.\n---\n## 상세설명\n* 배치명, 배치구분코드, 실행유형 에 맞는 배치관리 건수를 조회합니다.\n","operationId":"getBatchListCount","parameters":[{"name":"stMgrBatchBaseRequest","in":"query","required":true,"schema":{"$ref":"#/components/schemas/StMgrBatchBaseRequest"}},{"name":"batchNm","in":"query","description":"배치명","schema":{"type":"string"}},{"name":"batchGbCd","in":"query","description":"배치구분코드(CM007)","schema":{"type":"string"}},{"name":"batchExeTypCd","in":"query","description":"배치실행유형코드(CM011)","schema":{"type":"string"}}],"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseInteger"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tech.x2bee.com/api/back-office-api/system-bo-api/undefined-34.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
