Home
Apache Druid
Apache Druid Ingestion Task Structure
Apache Druid Ingestion Task Structure
An Apache Druid data ingestion task for batch or streaming data loading.
Type: object
Properties: 9
Analytics Apache Database Kafka OLAP Open-Source Real-Time SQL Time Series
IngestionTask is a JSON Structure definition published by Apache Druid, describing 9 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
id
type
dataSource
groupId
status
createdTime
queueInsertionTime
location
duration
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/apache-druid/refs/heads/main/json-structure/apache-druid-ingestion-task-structure.json",
"name": "IngestionTask",
"description": "An Apache Druid data ingestion task for batch or streaming data loading.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique task ID assigned by Druid.",
"example": "index_kafka_wikipedia_abc123_0"
},
"type": {
"type": "string",
"description": "Task type identifier.",
"enum": [
"index",
"index_parallel",
"index_kafka",
"index_kinesis",
"compact",
"kill"
],
"example": "index_parallel"
},
"dataSource": {
"type": "string",
"description": "Target datasource name.",
"example": "wikipedia"
},
"groupId": {
"type": "string",
"description": "Task group ID for parallel tasks.",
"example": "index_parallel_wikipedia_abc123"
},
"status": {
"type": "string",
"description": "Current task status.",
"enum": [
"WAITING",
"PENDING",
"RUNNING",
"SUCCESS",
"FAILED"
],
"example": "RUNNING"
},
"createdTime": {
"type": "datetime",
"description": "Task creation timestamp.",
"example": "2025-03-15T14:30:00Z"
},
"queueInsertionTime": {
"type": "datetime",
"description": "Task queue insertion timestamp.",
"example": "2025-03-15T14:30:05Z"
},
"location": {
"type": "object",
"description": "Host and port where this task is running.",
"properties": {
"host": {
"type": "string",
"example": "druid-worker-01"
},
"port": {
"type": "int32",
"example": 8100
}
}
},
"duration": {
"type": "int32",
"description": "Task duration in milliseconds (-1 if still running).",
"example": -1
}
}
}
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/apache-druid-ingestion-task-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.