# Endpoint for Retrieving a Detailed View of Tasks by Status. 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-all-paged** ## Servers - GCP Development: https://api-dev.gatego.io (GCP Development) - Production: https://api.gatego.io (Production) ## Parameters ### Query parameters - **page** (integer(int32)) Page Number - **size** (integer(int32)) Page Size - **type** (string) Type (all / in_queue / in_progress / completed) - **yardId** (integer(int64)) Yard ID ## Responses ### default Detailed view retrieved successfully #### Body: application/json (object) - **tasks** (array[object]) Tasks ### 401 Not Authorized ### 403 Not Allowed [Powered by Bump.sh](https://bump.sh)