---
title: "Get Calculations"
method: GET
path: "/calculation"
tags: ["calculation"]
---

# Get Calculations

`GET /calculation`

## Query parameters

- `status` integer, nullable
- `workflow_uuid` string, nullable
- `name_contains` string, nullable
- `page` integer
- `size` integer

## Cookies

- `access_token` string, nullable

## Response `200`

Successful Response

- CalculationList
  - `calculations` AppSchemasCalculationCalculation[], required
    - `name` string, nullable
    - `workflow_uuid` string, nullable
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, nullable
    - `started_at` string, date-time, nullable
    - `uuid` string, required
    - `status` integer, required
    - `elapsed` number, nullable
    - `completed_at` string, date-time, nullable
    - `settings` object, required
    - `tasks` Task[], nullable
    - `engine` string, nullable
  - `num_pages` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/rowansci/apis/eyrie.md) · [All operations](https://skmtc.dev/rowansci/apis/eyrie/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rowansci/eyrie/revisions/f786577eede6/schema)
