---
title: "List a statutory's distributions"
method: GET
path: "/mealvoucher/api/statutories/{statutoryId}/distributions"
tags: ["Statutory"]
---

# List a statutory's distributions

`GET /mealvoucher/api/statutories/{statutoryId}/distributions`

Retrieve all distributions of a specific statutory

## Query parameters

- `limit` integer
- `fields.root` 'count'

## Response `200`

OK

- object
  - `items` Distribution — A distribution is the computation of meal vouchers allocation to recipients for a given period and statutory
    - `id` string, uuid — Unique identifier of the distribution
    - `startsOn` string, date — Start date of the distribution period
    - `endsOn` string, date — End date of the distribution period
    - `status` integer — Status of the distribution
    - `activeComputation` object
      - `id` string, uuid

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/luccasoftware/apis/lucca-expenses.md) · [All operations](https://skmtc.net/luccasoftware/apis/lucca-expenses/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/luccasoftware/lucca-expenses/revisions/110f9897756c/schema)
