---
title: "Monitor CAD feature generation progress"
method: GET
path: "/cads/{cadId}/features/progress"
tags: ["CAD Features"]
---

# Monitor CAD feature generation progress

`GET /cads/{cadId}/features/progress`

Monitor CAD feature generation progress for long-running processes.

## Response `200`

Successful operation.

- CadFeatureResponse
  - `cadStateId` string, uuid — The ID of the CAD state once completed.
  - `cadFeatureId` string, uuid — The ID of the CAD feature once completed.
  - `status` 'READY' | 'QUEUED' | 'RUNNING' | 'FINISHED' | 'CANCELED' | 'FAILED', required — Status of the operation.
  - `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)
