# Endpoint for Retrieving a Detailed View of Yard Tasks. Optional yard ID can be specified. If no yard ID is specified, the detailed view of all yards is retrieved. **GET /api/yard-task/detailed-view** ## Servers - GCP Development: https://api-dev.gatego.io (GCP Development) - Production: https://api.gatego.io (Production) ## Parameters #### Query parameters - **numCompleted** (integer(int32)) Optional. Specifies the number of rows for the tasks_completed array. Default is 10. - **numInProgress** (integer(int32)) Optional. Specifies the number of rows for the tasks_in_progress array. Default is 10. - **numInQueue** (integer(int32)) Optional. Specifies the number of rows for the tasks_in_queue array. Default is 10. - **yardId** (integer(int64)) Yard ID ## Responses ### default: Detailed view retrieved successfully #### Body Parameters: application/json (object) - **total_tasks** (integer(int64)) Total number of tasks - **total_tasks_in_progress** (integer(int64)) Total number of tasks in progress - **total_tasks_in_queue** (integer(int64)) Total number of tasks in queue - **total_tasks_completed** (integer(int64)) Total number of tasks completed - **tasks_in_progress** (array[object]) Tasks in progress - **tasks_in_queue** (array[object]) Tasks in queue - **tasks_completed** (array[object]) Tasks completed ### 401: Not Authorized ### 403: Not Allowed [Powered by Bump.sh](https://bump.sh)