---
title: "Get information about the mesh"
method: GET
path: "/projects/{projectId}/meshes/{meshId}"
tags: ["Meshes"]
---

# Get information about the mesh

`GET /projects/{projectId}/meshes/{meshId}`

## Response `200`

Successful operation.

- Mesh
  - `meshId` string, uuid — The ID of the mesh.
  - `name` string — The name of the mesh.
  - `createdAt` string, date-time — The time when the mesh was imported.
  - `numberOfCells` integer — Number of cells of the mesh.
  - `numberOfNodes` integer — Number of nodes of the 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)
