get_launch_task
Retrieve a specific launch task by its ID to check its assignment or status.
Instructions
Get a specific launch task by ID.
USE WHEN: "Show one specific task by ID", "Check task assignment or status" For all tasks, use get_launch_tasks. FAILS WHEN: launch_id or task_id not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID | |
| launch_id | Yes | Launch ID |