---
title: "List"
method: GET
path: "/carriers"
tags: ["Transportistas"]
---

# List

`GET /carriers`

Lista de transportistas

## Query parameters

- `offset` integer
- `limit` integer
- `search` string

## Headers

- `X-Company-Token` string, required

## Response `200`

Successful Response

- CarrierResource
  - `total` integer, required
  - `limit` integer, required
  - `offset` integer, required
  - `total_pages` integer, required
  - `current_page` integer, required
  - `docs` CarrierOut[], required
    - `transportista_tipo_documento` string, nullable
    - `transportista_denominacion` string, required
    - `transportista_numero_documento` string, nullable
    - `transportista_email` union
      - string, email
      - string
    - `transportista_telefono` string, nullable
    - `transportista_distrito_id` string, nullable
    - `transportista_direccion` string, nullable
    - `document_type_code` union
      - integer
      - string
    - `id` integer, nullable
    - `user_id` integer, nullable

## Other responses

- `422` — Validation Error

---

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