Claude · JSON Structure

Claude Messages Message Batch Structure

Type: object Properties: 8
Artificial IntelligenceChatbotConversational AIGenerative AILarge Language ModelsMachine LearningNatural Language Processing

MessageBatch is a JSON Structure definition published by Claude, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id type processing_status request_counts ended_at created_at expires_at results_url

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MessageBatch",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "processing_status": {
      "type": "string"
    },
    "request_counts": {
      "type": "object"
    },
    "ended_at": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    },
    "expires_at": {
      "type": "string"
    },
    "results_url": {
      "type": "string"
    }
  }
}