Apache Doris · Schema

StreamLoadResponse

Response returned by the Apache Doris Stream Load HTTP API after a data loading operation.

AnalyticsApacheDatabaseLakehouseMPPOLAPOpen-SourceReal-TimeSQL

Properties

Name Type Description
TxnId integer Transaction ID assigned to this load job.
Label string Label for idempotent load tracking.
Status string Overall status of the load operation.
ExistingJobStatus string Status of existing job with same label if label already exists.
Message string Status message or error description.
NumberTotalRows integer Total number of rows processed.
NumberLoadedRows integer Number of rows successfully loaded.
NumberFilteredRows integer Number of rows filtered due to quality issues.
NumberUnselectedRows integer Number of rows filtered by WHERE clause.
LoadBytes integer Total data size loaded in bytes.
LoadTimeMs integer Time spent loading data in milliseconds.
BeginTxnTimeMs integer Time to begin transaction in milliseconds.
StreamLoadPutTimeMs integer Time to plan the load in milliseconds.
ReadDataTimeMs integer Time to read data in milliseconds.
WriteDataTimeMs integer Time to write data in milliseconds.
CommitAndPublishTimeMs integer Time to commit and publish in milliseconds.
ErrorURL string URL to retrieve error details when rows are filtered.
View JSON Schema on GitHub

JSON Schema

apache-doris-stream-load-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-doris/refs/heads/main/json-schema/apache-doris-stream-load-response-schema.json",
  "title": "StreamLoadResponse",
  "description": "Response returned by the Apache Doris Stream Load HTTP API after a data loading operation.",
  "type": "object",
  "properties": {
    "TxnId": {
      "type": "integer",
      "description": "Transaction ID assigned to this load job.",
      "example": 1001
    },
    "Label": {
      "type": "string",
      "description": "Label for idempotent load tracking.",
      "example": "load-20250315-001"
    },
    "Status": {
      "type": "string",
      "description": "Overall status of the load operation.",
      "enum": [
        "Success",
        "Publish Timeout",
        "Label Already Exists",
        "Fail"
      ],
      "example": "Success"
    },
    "ExistingJobStatus": {
      "type": "string",
      "description": "Status of existing job with same label if label already exists.",
      "example": "FINISHED"
    },
    "Message": {
      "type": "string",
      "description": "Status message or error description.",
      "example": "OK"
    },
    "NumberTotalRows": {
      "type": "integer",
      "description": "Total number of rows processed.",
      "example": 10000
    },
    "NumberLoadedRows": {
      "type": "integer",
      "description": "Number of rows successfully loaded.",
      "example": 9998
    },
    "NumberFilteredRows": {
      "type": "integer",
      "description": "Number of rows filtered due to quality issues.",
      "example": 2
    },
    "NumberUnselectedRows": {
      "type": "integer",
      "description": "Number of rows filtered by WHERE clause.",
      "example": 0
    },
    "LoadBytes": {
      "type": "integer",
      "description": "Total data size loaded in bytes.",
      "example": 1024000
    },
    "LoadTimeMs": {
      "type": "integer",
      "description": "Time spent loading data in milliseconds.",
      "example": 350
    },
    "BeginTxnTimeMs": {
      "type": "integer",
      "description": "Time to begin transaction in milliseconds.",
      "example": 5
    },
    "StreamLoadPutTimeMs": {
      "type": "integer",
      "description": "Time to plan the load in milliseconds.",
      "example": 20
    },
    "ReadDataTimeMs": {
      "type": "integer",
      "description": "Time to read data in milliseconds.",
      "example": 120
    },
    "WriteDataTimeMs": {
      "type": "integer",
      "description": "Time to write data in milliseconds.",
      "example": 200
    },
    "CommitAndPublishTimeMs": {
      "type": "integer",
      "description": "Time to commit and publish in milliseconds.",
      "example": 5
    },
    "ErrorURL": {
      "type": "string",
      "description": "URL to retrieve error details when rows are filtered.",
      "example": "http://doris-fe:8030/api/_load_error_log?file=error_log_abc"
    }
  }
}

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/apache-doris-stream-load-response"
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.