---
title: Batch-object | RunAPI
description: Een op account-niveau ingestelde moderatiebatch waarvan de uitvoeringslevenscyclus
  wordt gerapporteerd door de compatibele Batch API.
url: https://runapi.ai/nl/docs/api/protocol/batches/object.md
canonical: https://runapi.ai/nl/docs/api/protocol/batches/object
locale: nl
---

> HTML-versie: https://runapi.ai/nl/docs/api/protocol/batches/object
> Site-index voor agents: https://runapi.ai/llms.txt

# Batch-object

Een op account-niveau ingestelde moderatiebatch waarvan de uitvoeringslevenscyclus wordt gerapporteerd door de compatibele Batch API.

## Objectvelden

Stabiele velden die worden gedeeld door het herbruikbare object van de resource.

### Batches

```json
{
  "cancelled_at": {
    "description": "Unix-tijdstempel waarop de batch geannuleerd was.",
    "required": false,
    "type": "integer | null"
  },
  "cancelling_at": {
    "description": "Unix-tijdstempel waarop annulering begon.",
    "required": false,
    "type": "integer | null"
  },
  "completed_at": {
    "description": "Unix-tijdstempel waarop de batch voltooid was.",
    "required": false,
    "type": "integer | null"
  },
  "completion_window": {
    "description": "Voltooiingsvenster voor de Batch.",
    "required": true,
    "type": "string"
  },
  "created_at": {
    "description": "Unix-tijdstempel waarop de batch is aangemaakt.",
    "required": true,
    "type": "integer"
  },
  "endpoint": {
    "description": "Moderatie-eindpunt verwerkt door de batch.",
    "required": true,
    "type": "string"
  },
  "error_file_id": {
    "description": "RunAPI fout File ID",
    "required": false,
    "type": "string | null"
  },
  "errors": {
    "description": "Validatie- of uitvoeringsfouten van de Batch",
    "required": false,
    "type": "object | null"
  },
  "expired_at": {
    "description": "Unix-tijdstempel waarop de batch verlopen is.",
    "required": false,
    "type": "integer | null"
  },
  "expires_at": {
    "description": "Unix-tijdstempel waarop de batch verloopt.",
    "required": false,
    "type": "integer | null"
  },
  "failed_at": {
    "description": "Unix-tijdstempel waarop de batch mislukt is.",
    "required": false,
    "type": "integer | null"
  },
  "finalizing_at": {
    "description": "Unix-tijdstempel waarop de batch de afrondingsfase inging.",
    "required": false,
    "type": "integer | null"
  },
  "id": {
    "description": "RunAPI Batch ID.",
    "required": true,
    "type": "string"
  },
  "in_progress_at": {
    "description": "Unix-tijdstempel waarop batchverwerking begon.",
    "required": false,
    "type": "integer | null"
  },
  "input_file_id": {
    "description": "RunAPI invoer File ID.",
    "required": true,
    "type": "string"
  },
  "metadata": {
    "description": "Aanroepermetagegevens teruggegeven bij de Batch.",
    "required": true,
    "type": "object"
  },
  "object": {
    "description": "Objecttype.",
    "required": true,
    "type": "string"
  },
  "output_file_id": {
    "description": "RunAPI uitvoer File 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": "Levenscyclusstatus van de Batch.",
    "enum": [
      "validating",
      "failed",
      "in_progress",
      "finalizing",
      "completed",
      "expired",
      "cancelling",
      "cancelled"
    ],
    "required": true,
    "type": "string"
  }
}
```

## Gerelateerde referentie

- [Batches](https://runapi.ai/nl/docs/api/protocol/batches.md)
- [Batches weergeven](https://runapi.ai/nl/docs/api/protocol/batches/list.md)
- [Een Batch aanmaken](https://runapi.ai/nl/docs/api/protocol/batches/create.md)
- [Een Batch ophalen](https://runapi.ai/nl/docs/api/protocol/batches/retrieve.md)
- [Een Batch annuleren](https://runapi.ai/nl/docs/api/protocol/batches/cancel.md)

---

## Meer van RunAPI

- [Home](https://runapi.ai/nl/.md)
- [Modelcatalogus](https://runapi.ai/nl/models.md)
- [Prijzen](https://runapi.ai/nl/pricing.md)
- [Providers](https://runapi.ai/nl/models)
- [Documentatie](https://runapi.ai/nl/docs/guides)
- [SDK's](https://runapi.ai/nl/sdk.md)
- [CLI](https://runapi.ai/nl/cli.md)
- [MCP Server](https://runapi.ai/nl/mcp.md)
- [Claude Code vs Cursor](https://runapi.ai/nl/claude-code-vs-cursor.md)
- [Cursor API instellen](https://runapi.ai/nl/cursor-api-setup.md)
- [RunAPI vs OpenRouter](https://runapi.ai/nl/openrouter-alternative.md)
- [Enterprise](https://runapi.ai/nl/contact.md)
- [Contact](https://runapi.ai/nl/contact.md)
- [Voorwaarden](https://runapi.ai/nl/terms.md)
- [Privacy](https://runapi.ai/nl/privacy.md)
- [Site-index voor agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Gestructureerde gegevens

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "nl",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/nl",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/nl/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "nl",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/nl",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/nlicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "nl",
    "@type": "TechArticle",
    "headline": "Batch-object",
    "description": "Een op account-niveau ingestelde moderatiebatch waarvan de uitvoeringslevenscyclus wordt gerapporteerd door de compatibele Batch API.",
    "url": "https://runapi.ai/nl/docs/api/protocol/batches/object",
    "mainEntityOfPage": "https://runapi.ai/nl/docs/api/protocol/batches/object"
  }
]
```
