Yms apiShuttle task level 1
GET Get Shuttle Task by ID
GET Get Shuttle Task by ID
Introduction
Retrieves detailed information of a specific shuttle task by its unique task ID. Returns comprehensive task data including status, equipment details, location information, assignee, timestamps, and any exceptions or cancellation reasons. Useful for tracking task progress and viewing complete task history.
API Request
GET /public/shuttle-task/{taskId}
Request Parameters
Name | Location | Type | Required | Description |
|---|---|---|---|---|
taskId | path | string | Yes | none |
X-Tenant-ID | header | string | No | none |
X-Yard-ID | header | string | No | none |
Item-Time-Zone | header | string | No | none |
Authorization | header | string | No | none |
Response Example
200 Response
Response
Status Code | Definition | Description | Data Model |
|---|---|---|---|
200 | OK | none | RShuttleTaskView |