---
title: "Retrieve a computation's details"
method: GET
path: "/mealvoucher/api/computations/{computationId}/details"
tags: ["Computation"]
---

# Retrieve a computation's details

`GET /mealvoucher/api/computations/{computationId}/details`

A computation's details indicate the number of meal voucher to be given to each employee subject to the applicable statutory.

## Query parameters

- `fields` string[]
- `limit` integer
- `fields.root` 'count'

## Response `200`

OK

- object
  - `items` object[]
    - `user` object — Meal voucher recipient, e.g. the employee.
      - `id` integer — Unique identifier of the employee
    - `deliveredMealVouchers` integer — Amount of the delivered meal vouchers

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[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)
