---
title: "GET /projects/{projectId}/postprocessing/results/{resultId}/manual-postprocessor-states"
method: GET
path: "/projects/{projectId}/postprocessing/results/{resultId}/manual-postprocessor-states"
tags: ["Postprocessing"]
---

# GET /projects/{projectId}/postprocessing/results/{resultId}/manual-postprocessor-states

`GET /projects/{projectId}/postprocessing/results/{resultId}/manual-postprocessor-states`

## Path parameters

- `projectId` string, required
- `resultId` string, uuid, required

## Response `200`

Ok

- PostprocessingStateResponse[]
  - `stateUuid` string, uuid, required — The unique identifier for the state (default, manually or automatically saved).
  - `stateName` string — State name, as provided in the workbench.
  - `stateDescription` string — Description of the state, as provided in the workbench.
  - `screenshotOutputSettings` PostprocessingStateScreenshotOutputSettings
    - `showLegend` boolean, required — True if any scalarSettings entry in the state has legendVisibilityMode set to AUTO (1) or ALWAYS (2). False if all entries are set to NEVER (0) or no scalarSettings are present.
    - `frameIndex` integer, required — The frame index from the state.
  - `animationOutputSettings` union
    - PostprocessingStateTimeStepAnimationOutputSettings
      - `type` string, required
      - `showLegend` boolean, required — True if any scalarSettings entry in the state has legendVisibilityMode set to AUTO (1) or ALWAYS (2). False if all entries are set to NEVER (0) or no scalarSettings are present.
      - `fromFrameIndex` integer, required
      - `toFrameIndex` integer, required — Index of the last frame to include (inclusive).
      - `skipFrames` integer, required
    - PostprocessingStateParticleTraceAnimationOutputSettings
      - `type` string, required
      - `showLegend` boolean, required — True if any scalarSettings entry in the state has legendVisibilityMode set to AUTO (1) or ALWAYS (2). False if all entries are set to NEVER (0) or no scalarSettings are present.
      - `frameIndex` integer, required — The frame (time step) at which to render the particle trace animation.
      - `steps` integer, required — The number of steps to generate for the particle trace animation.
    - PostprocessingStateShapeAnimationOutputSettings
      - `type` string, required
      - `showLegend` boolean, required — True if any scalarSettings entry in the state has legendVisibilityMode set to AUTO (1) or ALWAYS (2). False if all entries are set to NEVER (0) or no scalarSettings are present.
      - `frameIndex` integer, required — Frame (or frequency) for which to create a mode shape animation.
      - `steps` integer, required — The number of steps to generate for the shape animation.
      - `range` 'FULL' | 'HALF' | 'QUARTER', required — How to deform the model for the animation. FULL (x0 -> +xmax -> x0 -> -xmax -> x0), HALF (x0 -> +xmax -> x0), QUARTER (x0 -> +xmax).

---

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