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

# Get information about the imported CAD

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

## Response `200`

Successful operation.

- CadImportResponse
  - `cadId` string, uuid, required — The ID of the CAD.
  - `status` 'READY' | 'QUEUED' | 'RUNNING' | 'FINISHED' | 'CANCELED' | 'FAILED', required — Status of the operation.
  - `cadStateId` string, uuid, required — The ID of the current CAD state. It can point to an empty CAD state in case the import is running or failed.
  - `failureReason` LogEntry
    - `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

- `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)
