---
title: "List invoices"
method: GET
path: "/examples"
tags: ["Examples"]
---

# List invoices

`GET /examples`

Retrieve invoices list according to the specified filters

## Query parameters

- `from` string, iso8601
- `to` string, iso8601
- `status` 'draft' | 'sent' | 'paid' | 'overdue' | 'canceled'
- `page` integer
- `size` integer

## Response `200`

Examples retrieved

- object
  - `page` integer — Current page number
  - `pageSize` integer — Number of items per page
  - `total` integer — Total number of items
  - `items` Example[] — List of items
    - `stringExample` string, required — A string with templating purpose
    - `optionalIntegerExample` integer — An integer value wich could be null
    - `enumExample` 'xyz' | 'abcd', required
    - `createdAt` string, iso-8601, required — Date of example creation

## Other responses

- `400` — Client has provided invalid data
- `401` — Client has not provided valid credentials to access the requested resource
- `403` — Client is not authorized to access the requested resource
- `500` — Server encountered an unexpected condition that prevented it from fulfilling the request

## Changes

- **2025-08-28** `a42942658ed2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/flowpay/apis/backoffice-timesheet-importer-api/changes/examples/get.md)

---

[API](https://skmtc.dev/flowpay/apis/backoffice-timesheet-importer-api.md) · [All operations](https://skmtc.dev/flowpay/apis/backoffice-timesheet-importer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flowpay/backoffice-timesheet-importer-api/revisions/a42942658ed2/schema)
