---
title: "Get information about the CAD"
method: GET
path: "/projects/{projectId}/cads/{cadId}"
tags: ["CADs"]
---

# Get information about the CAD

`GET /projects/{projectId}/cads/{cadId}`

## Response `200`

Successful operation.

- Cad
  - `cadId` string, uuid — The ID of the CAD.
  - `cadStateId` string, uuid — The ID of the current CAD state.
  - `name` string — The name of the CAD.
  - `createdAt` string, date-time — The time when the CAD was imported.
  - `format` 'PARASOLID' | 'STL' | 'NTOP' — The CAD internal format in SimScale.

## Other responses

- `403` — Insufficient Permissions
- `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)
