---
title: "Check available time slots for a quote"
method: GET
path: "/api/quotes/{trackingId}/check-availability"
tags: ["quotes-controller"]
---

# Check available time slots for a quote

`GET /api/quotes/{trackingId}/check-availability`

Returns a list of time slots grouped by date. Each time slot represents an arrival window.

## Path parameters

- `trackingId` string, required

## Query parameters

- `start` string, date
- `days` integer

## Response `200`

Returns a list of time slots grouped by date. Each time slot represents an arrival window.

---

[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)
