get_statistics_task_progress
Track and monitor detailed progress of a Kafka Schema Registry statistics task using the task ID to ensure accurate data processing and completion.
Instructions
Get detailed progress for a statistics task.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
task_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"task_id": {
"title": "Task Id",
"type": "string"
}
},
"required": [
"task_id"
],
"type": "object"
}