---
title: Batch 객체 | RunAPI
description: 호환 가능한 Batch API가 실행 생명주기를 보고하는 계정 범위의 Moderation Batch.
url: https://runapi.ai/ko/docs/api/protocol/batches/object.md
canonical: https://runapi.ai/ko/docs/api/protocol/batches/object
locale: ko
---

> HTML 버전: https://runapi.ai/ko/docs/api/protocol/batches/object
> 에이전트용 사이트 색인: https://runapi.ai/llms.txt

# Batch 객체

호환 가능한 Batch API가 실행 생명주기를 보고하는 계정 범위의 Moderation Batch.

## 객체 필드

리소스의 재사용 가능한 객체가 공유하는 안정적인 필드.

### 배치

```json
{
  "cancelled_at": {
    "description": "Batch가 취소된 Unix 타임스탬프.",
    "required": false,
    "type": "integer | null"
  },
  "cancelling_at": {
    "description": "취소가 시작된 Unix 타임스탬프.",
    "required": false,
    "type": "integer | null"
  },
  "completed_at": {
    "description": "Batch가 완료된 Unix 타임스탬프.",
    "required": false,
    "type": "integer | null"
  },
  "completion_window": {
    "description": "Batch 완료 기간.",
    "required": true,
    "type": "string"
  },
  "created_at": {
    "description": "Batch가 생성된 Unix 타임스탬프.",
    "required": true,
    "type": "integer"
  },
  "endpoint": {
    "description": "배치가 처리하는 Moderation 엔드포인트.",
    "required": true,
    "type": "string"
  },
  "error_file_id": {
    "description": "RunAPI 오류 파일 ID",
    "required": false,
    "type": "string | null"
  },
  "errors": {
    "description": "Batch 유효성 검사 또는 실행 오류",
    "required": false,
    "type": "object | null"
  },
  "expired_at": {
    "description": "Batch가 만료된 Unix 타임스탬프.",
    "required": false,
    "type": "integer | null"
  },
  "expires_at": {
    "description": "Batch가 만료되는 Unix 타임스탬프.",
    "required": false,
    "type": "integer | null"
  },
  "failed_at": {
    "description": "Batch가 실패한 Unix 타임스탬프.",
    "required": false,
    "type": "integer | null"
  },
  "finalizing_at": {
    "description": "Batch가 최종화 단계에 진입한 Unix 타임스탬프.",
    "required": false,
    "type": "integer | null"
  },
  "id": {
    "description": "RunAPI 배치 ID.",
    "required": true,
    "type": "string"
  },
  "in_progress_at": {
    "description": "Batch 처리가 시작된 Unix 타임스탬프.",
    "required": false,
    "type": "integer | null"
  },
  "input_file_id": {
    "description": "RunAPI 입력 파일 ID.",
    "required": true,
    "type": "string"
  },
  "metadata": {
    "description": "Batch와 함께 반환되는 호출자 메타데이터.",
    "required": true,
    "type": "object"
  },
  "object": {
    "description": "객체 유형.",
    "required": true,
    "type": "string"
  },
  "output_file_id": {
    "description": "RunAPI 출력 파일 ID",
    "required": false,
    "type": "string | null"
  },
  "request_counts": {
    "description": "",
    "properties": {
      "completed": {
        "description": "",
        "required": true,
        "type": "integer"
      },
      "failed": {
        "description": "",
        "required": true,
        "type": "integer"
      },
      "total": {
        "description": "",
        "required": true,
        "type": "integer"
      }
    },
    "required": true,
    "type": "object"
  },
  "status": {
    "description": "Batch 라이프사이클 상태.",
    "enum": [
      "validating",
      "failed",
      "in_progress",
      "finalizing",
      "completed",
      "expired",
      "cancelling",
      "cancelled"
    ],
    "required": true,
    "type": "string"
  }
}
```

## 관련 참조

- [배치](https://runapi.ai/ko/docs/api/protocol/batches.md)
- [배치 목록 조회](https://runapi.ai/ko/docs/api/protocol/batches/list.md)
- [Batch 만들기](https://runapi.ai/ko/docs/api/protocol/batches/create.md)
- [배치 가져오기](https://runapi.ai/ko/docs/api/protocol/batches/retrieve.md)
- [Batch 취소](https://runapi.ai/ko/docs/api/protocol/batches/cancel.md)

---

## RunAPI의 더 많은 정보

- [홈](https://runapi.ai/ko/.md)
- [모델 카탈로그](https://runapi.ai/ko/models.md)
- [요금](https://runapi.ai/ko/pricing.md)
- [제공사](https://runapi.ai/ko/models)
- [문서](https://runapi.ai/ko/docs/guides)
- [SDK](https://runapi.ai/ko/sdk.md)
- [CLI](https://runapi.ai/ko/cli.md)
- [MCP Server](https://runapi.ai/ko/mcp.md)
- [Claude Code와 Cursor](https://runapi.ai/ko/claude-code-vs-cursor.md)
- [Cursor API 설정](https://runapi.ai/ko/cursor-api-setup.md)
- [RunAPI와 OpenRouter 비교](https://runapi.ai/ko/openrouter-alternative.md)
- [엔터프라이즈](https://runapi.ai/ko/contact.md)
- [문의](https://runapi.ai/ko/contact.md)
- [약관](https://runapi.ai/ko/terms.md)
- [개인정보](https://runapi.ai/ko/privacy.md)
- [에이전트용 사이트 색인](https://runapi.ai/llms.txt)

문의: contact@runapi.ai

## 구조화된 데이터

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "ko",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/ko",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/ko/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ko",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/ko",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/koicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ko",
    "@type": "TechArticle",
    "headline": "Batch 객체",
    "description": "호환 가능한 Batch API가 실행 생명주기를 보고하는 계정 범위의 Moderation Batch.",
    "url": "https://runapi.ai/ko/docs/api/protocol/batches/object",
    "mainEntityOfPage": "https://runapi.ai/ko/docs/api/protocol/batches/object"
  }
]
```
