Workato · JSON Structure

Workato Event Streams Consume Response Structure

A batch of messages consumed from a topic.

Type: object Properties: 1
AgenticAPI ManagementAutomationB2BEmbedded iPaaSEnterpriseIntegrationiPaaSOrchestrationWorkflow

ConsumeResponse is a JSON Structure definition published by Workato, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

messages

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/workato/refs/heads/main/json-structure/workato-event-streams-consume-response-structure.json",
  "name": "ConsumeResponse",
  "description": "A batch of messages consumed from a topic.",
  "type": "object",
  "properties": {
    "messages": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Message"
      },
      "description": "List of messages retrieved from the topic."
    }
  }
}