---
title: "Obter agendamento"
method: GET
path: "/v1/agendamentos/{id}"
tags: ["Agendamentos"]
---

# Obter agendamento

`GET /v1/agendamentos/{id}`

Obter detalhes de um agendamento

## Path parameters

- `id` integer, required

## Headers

- `estabelecimentoId` string, required

## Response `200`

Success

- AgendamentoDetailsDTO
  - `id` integer
  - `status` StatusDTO
    - `id` integer
    - `nome` string, nullable
  - `cliente` ClienteResumeDTO
    - `id` integer
    - `nome` string, nullable
  - `servico` ServicoResumeDTO
    - `id` integer
    - `nome` string, nullable
  - `profissional` ProfissionalResumeDTO
    - `id` integer
    - `nome` string, nullable
  - `assistente` ProfissionalResumeDTO
    - `id` integer
    - `nome` string, nullable
  - `dataHoraInicio` string, date-time
  - `duracaoEmMinutos` integer
  - `observacoesDoEstabelecimento` string, nullable
  - `observacoesDoCliente` string, nullable
  - `valor` number, double
  - `cancelamento` CancelamentoResumeDTO
    - `solicitadoPelo` string, nullable
    - `motivo` string, nullable
  - `dataHoraUltimaAlteracao` string, date-time
  - `nomePessoaUltimaAlteracao` string, nullable

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/trinks/apis/trinks-api.md) · [All operations](https://skmtc.net/trinks/apis/trinks-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trinks/trinks-api/versions/1b5b1e3825ef/schema)
