---
title: "Search for available services"
method: GET
path: "/api/services/search"
tags: ["services-controller"]
---

# Search for available services

`GET /api/services/search`

Returns a list of services based on the search params, sorted by relevance.

## Query parameters

- `request` SearchRequest, required
  - `query` string — Keyword search. Leave blank to fetch all services
  - `pageSize` integer — The items per page
  - `fromIndex` integer — The index from which to start the search

## Response `200`

Returns a list of services based on the search params, sorted by relevance.

---

[API](https://skmtc.dev/repairsmith/apis/autonation-mobile-service-developer-api.md) · [All operations](https://skmtc.dev/repairsmith/apis/autonation-mobile-service-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/repairsmith/autonation-mobile-service-developer-api/revisions/8ef7fb1398f6/schema)
