Workato · Schema

ConsumeRequest

Options for consuming messages from a topic.

AgenticAPI ManagementAutomationB2BEmbedded iPaaSEnterpriseIntegrationiPaaSOrchestrationWorkflows

Properties

Name Type Description
after_message_id string Retrieve messages published after this message ID. Cannot be used together with since_time.
since_time string Retrieve messages published after this RFC 3339 timestamp. Cannot be used together with after_message_id.
batch_size integer Maximum number of messages to return. Must be between 1 and 50.
timeout_secs integer Long-polling timeout in seconds. If no messages are available, the server waits up to this many seconds before returning an empty response. Maximum is 60 seconds. Default is 0 (no long polling).
View JSON Schema on GitHub

JSON Schema

workato-event-streams-consume-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/workato/refs/heads/main/json-schema/workato-event-streams-consume-request-schema.json",
  "title": "ConsumeRequest",
  "description": "Options for consuming messages from a topic.",
  "type": "object",
  "properties": {
    "after_message_id": {
      "type": "string",
      "description": "Retrieve messages published after this message ID. Cannot be used together with since_time."
    },
    "since_time": {
      "type": "string",
      "format": "date-time",
      "description": "Retrieve messages published after this RFC 3339 timestamp. Cannot be used together with after_message_id."
    },
    "batch_size": {
      "type": "integer",
      "description": "Maximum number of messages to return. Must be between 1 and 50.",
      "minimum": 1,
      "maximum": 50
    },
    "timeout_secs": {
      "type": "integer",
      "description": "Long-polling timeout in seconds. If no messages are available, the server waits up to this many seconds before returning an empty response. Maximum is 60 seconds. Default is 0 (no long polling).",
      "minimum": 0,
      "maximum": 60,
      "default": 0
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/workato-event-streams-consume-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.