---
title: "차고지 목록 조회"
method: GET
path: "/admin/garages"
tags: ["CarSharing Garage"]
---

# 차고지 목록 조회

`GET /admin/garages`

차고지 관리 > 차고지 목록 조회

## Query parameters

- `filter` GarageFilterRequest, required
  - `garageName` string
  - `garageDetailAddress` string
  - `usedYn` string
  - `clientId` integer
  - `businessPlaceId` integer
- `pageable` Pageable, required
  - `page` integer
  - `size` integer
  - `sort` string[]

## Response `200`

OK

---

[API](https://skmtc.dev/capora/apis/openapi-definition.md) · [All operations](https://skmtc.dev/capora/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/capora/openapi-definition/revisions/42e54cb2362a/schema)
