# Billing summary aggregated for a list of yard and carriers **GET /api/billing/dashboard/summary** Retrieves the billing summary aggregated for the given list of yards and carriers. If yardIdList and/or carrierIdList are not given, then the current authenticated account's visible yards and carriers will be used. ## Servers - GCP Development: https://api-dev.gatego.io (GCP Development) - Production: https://api.gatego.io (Production) ## Parameters ### Query parameters - **carrierIdList** (array[integer(int64)]) The ID of the yard for which to retrieve the dashboard summary - **yardIdList** (array[integer(int64)]) The ID of the yard for which to retrieve the dashboard summary ## Responses ### 200 OK #### Body: application/json (object) - **ongoing_period_summary** (object) - **past_period_summaries** (array[object]) TBC - **billable_carriers** (integer(int32)) TBC - **total_spots_reserved** (integer(int32)) TBC ### 401 Not Authorized ### 403 Not Allowed [Powered by Bump.sh](https://bump.sh)