get_launch_task
Retrieve details and status for a specific launch task using its ID to monitor progress and manage project workflows.
Instructions
Get a specific launch task by ID.
USE WHEN: "Task details", "Task status" For all tasks, use get_launch_tasks. FAILS WHEN: launch_id or task_id not found.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| launch_id | Yes | Launch ID | |
| task_id | Yes | Task ID |