---
title: "Buscar agendamentos por cliente"
method: GET
path: "/v1/customers/{customerId}/schedules"
---

# Buscar agendamentos por cliente

`GET /v1/customers/{customerId}/schedules`

Permite buscar agendamentos associados a um cliente específico identificado pelo customerId. Ele é usado para obter informações detalhadas sobre os agendamentos do cliente, com suporte para filtros e paginação utilizando OData.

## Path parameters

- `customerId` string, required

## Query parameters

- `$filter` string
- `$skip` string
- `$top` string
- `$orderby` string

## Response `200`

200

## Other responses

- `500` — 500

---

[API](https://skmtc.net/nibo/apis/api-empresa.md) · [All operations](https://skmtc.net/nibo/apis/api-empresa/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nibo/api-empresa/revisions/9492ac98cb75/schema)
