---
title: Batch-Objekt | RunAPI
description: Ein kontoweiter Moderations-Batch, dessen Ausführungslebenszyklus durch
  die kompatible Batch-API gemeldet wird.
url: https://runapi.ai/de/docs/api/protocol/batches/object.md
canonical: https://runapi.ai/de/docs/api/protocol/batches/object
locale: de
---

> HTML-Version: https://runapi.ai/de/docs/api/protocol/batches/object
> Website-Index für KI-Agenten: https://runapi.ai/llms.txt

# Batch-Objekt

Ein kontoweiter Moderations-Batch, dessen Ausführungslebenszyklus durch die kompatible Batch-API gemeldet wird.

## Objektfelder

Stabile Felder, die vom wiederverwendbaren Objekt der Ressource geteilt werden.

### Stapel

```json
{
  "cancelled_at": {
    "description": "Unix-Zeitstempel, wann der Batch abgebrochen wurde.",
    "required": false,
    "type": "integer | null"
  },
  "cancelling_at": {
    "description": "Unix-Zeitstempel, wann der Abbruch begann.",
    "required": false,
    "type": "integer | null"
  },
  "completed_at": {
    "description": "Unix-Zeitstempel, wann der Batch abgeschlossen wurde.",
    "required": false,
    "type": "integer | null"
  },
  "completion_window": {
    "description": "Abschlussfenster für den Batch.",
    "required": true,
    "type": "string"
  },
  "created_at": {
    "description": "Unix-Zeitstempel, wann der Batch erstellt wurde.",
    "required": true,
    "type": "integer"
  },
  "endpoint": {
    "description": "Moderationsendpunkt, der vom Batch verarbeitet wird.",
    "required": true,
    "type": "string"
  },
  "error_file_id": {
    "description": "RunAPI-Fehler-Datei-ID",
    "required": false,
    "type": "string | null"
  },
  "errors": {
    "description": "Validierungs- oder Ausführungsfehler im Batch",
    "required": false,
    "type": "object | null"
  },
  "expired_at": {
    "description": "Unix-Zeitstempel, wann der Batch abgelaufen ist.",
    "required": false,
    "type": "integer | null"
  },
  "expires_at": {
    "description": "Unix-Zeitstempel, wann der Batch abläuft.",
    "required": false,
    "type": "integer | null"
  },
  "failed_at": {
    "description": "Unix-Zeitstempel, wann der Batch fehlgeschlagen ist.",
    "required": false,
    "type": "integer | null"
  },
  "finalizing_at": {
    "description": "Unix-Zeitstempel, wann der Batch in die Abschlussphase eingetreten ist.",
    "required": false,
    "type": "integer | null"
  },
  "id": {
    "description": "RunAPI Batch-ID.",
    "required": true,
    "type": "string"
  },
  "in_progress_at": {
    "description": "Unix-Zeitstempel, wann die Batch-Verarbeitung begann.",
    "required": false,
    "type": "integer | null"
  },
  "input_file_id": {
    "description": "RunAPI-Eingabe-Datei-ID.",
    "required": true,
    "type": "string"
  },
  "metadata": {
    "description": "Mit dem Batch zurückgegebene Aufrufer-Metadaten.",
    "required": true,
    "type": "object"
  },
  "object": {
    "description": "Objekttyp.",
    "required": true,
    "type": "string"
  },
  "output_file_id": {
    "description": "RunAPI-Ausgabe-Datei-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": "Lebenszyklusstatus des Batches.",
    "enum": [
      "validating",
      "failed",
      "in_progress",
      "finalizing",
      "completed",
      "expired",
      "cancelling",
      "cancelled"
    ],
    "required": true,
    "type": "string"
  }
}
```

## Verwandte Referenz

- [Stapel](https://runapi.ai/de/docs/api/protocol/batches.md)
- [Batches auflisten](https://runapi.ai/de/docs/api/protocol/batches/list.md)
- [Einen Batch erstellen](https://runapi.ai/de/docs/api/protocol/batches/create.md)
- [Einen Batch abrufen](https://runapi.ai/de/docs/api/protocol/batches/retrieve.md)
- [Einen Batch abbrechen](https://runapi.ai/de/docs/api/protocol/batches/cancel.md)

---

## Mehr von RunAPI

- [Startseite](https://runapi.ai/de/.md)
- [Modellkatalog](https://runapi.ai/de/models.md)
- [Preise](https://runapi.ai/de/pricing.md)
- [Anbieter](https://runapi.ai/de/models)
- [Dokumentation](https://runapi.ai/de/docs/guides)
- [SDKs](https://runapi.ai/de/sdk.md)
- [CLI](https://runapi.ai/de/cli.md)
- [MCP Server](https://runapi.ai/de/mcp.md)
- [Claude Code vs Cursor](https://runapi.ai/de/claude-code-vs-cursor.md)
- [Cursor API-Einrichtung](https://runapi.ai/de/cursor-api-setup.md)
- [RunAPI vs OpenRouter](https://runapi.ai/de/openrouter-alternative.md)
- [Enterprise](https://runapi.ai/de/contact.md)
- [Kontakt](https://runapi.ai/de/contact.md)
- [Bedingungen](https://runapi.ai/de/terms.md)
- [Datenschutz](https://runapi.ai/de/privacy.md)
- [Website-Index für KI-Agenten](https://runapi.ai/llms.txt)

Kontakt: contact@runapi.ai

## Strukturierte Daten

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "de",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/de",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/de/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "de",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/de",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/deicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "de",
    "@type": "TechArticle",
    "headline": "Batch-Objekt",
    "description": "Ein kontoweiter Moderations-Batch, dessen Ausführungslebenszyklus durch die kompatible Batch-API gemeldet wird.",
    "url": "https://runapi.ai/de/docs/api/protocol/batches/object",
    "mainEntityOfPage": "https://runapi.ai/de/docs/api/protocol/batches/object"
  }
]
```
