---
title: "Listar serviços"
method: GET
path: "/servicos"
tags: ["Serviços"]
---

# Listar serviços

`GET /servicos`

## Query parameters

- `nome` string
- `codigo` string
- `situacao` 'A' | 'I' | 'E'
- `orderBy` 'asc' | 'desc'
- `limit` integer
- `offset` integer

## Response `200`

OK

- object
  - `itens` ServicosModelResponse[]
    - `id` integer, nullable
    - `nome` string, nullable
    - `codigo` string, nullable
    - `preco` number, float, nullable
    - `situacao` string, nullable
    - `descricaoComplementar` string, nullable
    - `observacoes` string, nullable
    - `unidade` string, nullable
    - `tipoItemSped` string, nullable
    - `nbs` string, nullable
    - `codigoListaServicos` string, nullable
  - `paginacao` PaginatedResultModel — 
    - `limit` integer
    - `offset` integer
    - `total` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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