---
title: "Get Invoices"
method: GET
path: "/invoices"
---

# Get Invoices

`GET /invoices`

Retrieve a list of invoices.

## Query parameters

- `page` number
- `legal_entity_id` number
- `ids` number[]
- `numbers` string[]
- `payment_method` 'cash' | 'cashless' | 'credit_card'
- `statuses` number[]
- `client_ids` number[]
- `payer_ids` number[]
- `managers` number[]
- `created_at` string[]
- `modified_at` string[]
- `issue_date` string[]
- `due_date` string[]
- `sort` 'id' | '-id'

## Response `200`

200

- object
  - `data` object[]
    - `id` integer
    - `id_label` string
    - `client` object
      - `id` integer
      - `name` string
      - `first_name` string
      - `last_name` string
      - `email` string
      - `phone` string[]
      - `notes` string
      - `address` string
      - `supplier` boolean
      - `juridical` boolean
      - `conflicted` boolean
      - `modified_at` integer
      - `created_at` integer
      - `discount_code` string
      - `discount_goods` integer
      - `order_discount_services` integer
      - `sale_discount_services` integer
      - `discount_materials` integer
      - `custom_fields` object
        - `f7757287` integer
      - `ad_campaign` object
        - `id` integer
        - `name` string
    - `payer` object
      - `id` integer
      - `name` string
      - `first_name` string
      - `last_name` string
      - `email` string
      - `phone` string[]
      - `notes` string
      - `address` string
      - `supplier` boolean
      - `juridical` boolean
      - `conflicted` boolean
      - `modified_at` integer
      - `created_at` integer
      - `discount_code` string
      - `discount_goods` integer
      - `order_discount_services` integer
      - `sale_discount_services` integer
      - `discount_materials` integer
      - `custom_fields` object
        - `f7757287` integer
      - `ad_campaign` object
        - `id` integer
        - `name` string
    - `status` integer
    - `status_full` object
      - `id` integer
      - `name` string
      - `color` string
      - `group` integer
    - `created_at` integer
    - `issue_date` integer
    - `due_date` integer
    - `payment_type` integer
    - `products` object[]
      - `amount` integer
      - `id` integer
      - `order_id` integer
      - `price` number
      - `title` string
      - `uom_id` integer
      - `type` integer
      - `service` boolean
      - `warranty` integer
      - `warranty_period` integer
    - `manager_id` integer
  - `page` integer
  - `count` integer
  - `success` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/roapp/apis/ro-app-public-api-v2.md) · [All operations](https://skmtc.net/roapp/apis/ro-app-public-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roapp/ro-app-public-api-v2/versions/85de4353ed28/schema)
