---
title: "Check the mesh operation setup"
method: POST
path: "/projects/{projectId}/meshoperations/{meshOperationId}/check"
tags: ["Mesh Operations"]
---

# Check the mesh operation setup

`POST /projects/{projectId}/meshoperations/{meshOperationId}/check`

## Response `200`

Successful mesh operation check

- CheckResponse
  - `severity` 'INFO' | 'SUCCESS' | 'WARNING' | 'ERROR', required
  - `entries` LogEntry[], required
    - `severity` 'INFO' | 'SUCCESS' | 'WARNING' | 'ERROR', required
    - `code` string, required — Code for e.g. programmatic handling of error conditions.
    - `message` string, required — Human-readable description of the entry.
    - `details` object — Additional data to interpret and handle the entry.

## Other responses

- `400` — Bad request.
- `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)
