get_task_status
Retrieve status and execution details of data integration and ETL tasks, including completion status, run times, and records processed. Filter by task ID or space for specific monitoring.
Instructions
Get status and execution details of data integration and ETL tasks.
Use this tool when:
User asks "What tasks are running?"
Monitoring data pipeline execution
Checking when data was last refreshed
Troubleshooting failed tasks
What you'll get:
Task IDs and names
Execution status (COMPLETED, RUNNING, FAILED, SCHEDULED)
Last run timestamp and next scheduled run
Execution duration and records processed
Associated space information
Filtering options:
No parameters: Show all tasks
task_id: Get specific task details
space_id: Show all tasks for a space
Example queries:
"What tasks are currently running?"
"Show me all tasks in SALES_ANALYTICS"
"When did DAILY_SALES_ETL last run?"
"Check status of task FINANCE_RECONCILIATION"
Task types:
ETL/data loading tasks
Transformation workflows
Scheduled data refreshes
Data replication jobs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | No | Optional: Specific task ID to check (e.g., 'DAILY_SALES_ETL'). Leave empty to see all tasks. | |
| space_id | No | Optional: Filter tasks by space (e.g., 'SALES_ANALYTICS'). Shows only tasks associated with that space. |