---
title: "Get the CAD import event log"
method: GET
path: "/projects/{projectId}/cadimports/{cadId}/eventlog"
tags: ["CAD Imports"]
---

# Get the CAD import event log

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

## Response `200`

Successful operation.

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

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