---
title: "List mesh operations for a project"
method: GET
path: "/projects/{projectId}/meshoperations"
tags: ["Mesh Operations"]
---

# List mesh operations for a project

`GET /projects/{projectId}/meshoperations`

## Query parameters

- `limit` integer
- `page` integer

## Response `200`

Successful operation

- object
  - `_links` CollectionLinks
    - `first` object
      - `href` string — First page of the collection.
    - `prev` object
      - `href` string — Previous page in the collection.
    - `self` object
      - `href` string — Current page of the collection.
    - `next` object
      - `href` string — Next page in the collection.
    - `last` object
      - `href` string — Last page of the collection.
  - `_meta` CollectionMeta
    - `total` integer — Total number of resources in the collection.
  - `_embedded` SlimMeshOperation[]
    - `meshOperationId` string, uuid — The mesh operation ID.
    - `name` string — The name of the mesh operation.
    - `startedAt` string, date-time — The time the mesh operation was started.
    - `finishedAt` string, date-time — The time the mesh operation was finished.
    - `computeResource` MeshOperationComputeResource — The actual compute resources (CPUh only) consumed by the mesh operation.
      - `type` 'CPU_HOURS' | 'GPU_HOURS'
      - `value` number, double
    - `status` 'READY' | 'QUEUED' | 'RUNNING' | 'FINISHED' | 'CANCELED' | 'FAILED' — Status of the operation.
    - `progress` number — The current progress while the mesh operation is in progress.
    - `meshId` string, uuid — The ID of the generated mesh.

## Other responses

- `404` — Not found.

---

[API](https://skmtc.net/simscale/apis/simscale-api.md) · [All operations](https://skmtc.net/simscale/apis/simscale-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/simscale/simscale-api/revisions/53223abaceb7/schema)
