---
title: "List available results for a simulation runs"
method: GET
path: "/projects/{projectId}/simulations/{simulationId}/runs/{runId}/results"
tags: ["Simulation Runs"]
---

# List available results for a simulation runs

`GET /projects/{projectId}/simulations/{simulationId}/runs/{runId}/results`

## Query parameters

- `limit` integer
- `page` integer
- `type` string — The result type. The possible values are SOLUTION_FIELD, CONVERGENCE_PLOT, PLOT, TABLE.
- `category` string — The result category. For solution fields values include 'SOLUTION', 'AVERAGED_SOLUTION', 'TRANSIENT_SOLUTION', 'STATISTICAL_SURFACE_SOLUTION', etc. For convergence plots values include 'RESIDUALS_PLOT', 'NUMBER_OF_NEWTON_ITERATIONS', etc. For plots values include 'FORCE_PLOT', 'MOMENT_PLOT', 'FORCE_COEFFICIENTS_PLOT', 'PROBE_POINT_PLOT', 'AREA_AVERAGE', 'FACE_CALC', etc.
- `quantity` string — The result quantity, only applies to plot result types. Valid values include 'Ux', 'Uy', 'Uz', 'p', 'k', 'omega', 'T', 'displacement', 'von Mises stress', etc.
- `name` string — The name that was defined for extra simulation result outputs
- `direction` number — The result direction, only applies to Pedestrian Wind Comfort analysis

## Response `200`

Successful operation

- object
  - `_links` CollectionLinks
    - `first` object
      - `href` string — First page of the collection.
    - `prev` object
      - `href` string — Previous page in the collection.
    - `self` object
      - `href` string — Current page of the collection.
    - `next` object
      - `href` string — Next page in the collection.
    - `last` object
      - `href` string — Last page of the collection.
  - `_meta` CollectionMeta
    - `total` integer — Total number of resources in the collection.
  - `_embedded` OneOfSimulationRunResult[]
    - union
      - SimulationRunResultSolution
        - `type` string, required
        - `resultId` string, uuid — The result ID
        - `category` string — The result category. For solution fields values include 'SOLUTION', 'AVERAGED_SOLUTION', 'TRANSIENT_SOLUTION', 'STATISTICAL_SURFACE_SOLUTION', etc. For convergence plots values include 'RESIDUALS_PLOT', 'NUMBER_OF_NEWTON_ITERATIONS', etc. For plots values include 'FORCE_PLOT', 'MOMENT_PLOT', 'FORCE_COEFFICIENTS_PLOT', 'PROBE_POINT_PLOT', 'AREA_AVERAGE', 'FACE_CALC', etc.
        - `direction` number — The result direction, only applies to Pedestrian Wind Comfort analysis
        - `modifiedAt` string, date-time — The time when the result was last modified.
        - `workbenchUrl` string, uri — URL for opening the solution fields in the Workbench.
        - `availableExportFormats` string[] — Supported export format for this result.
      - SimulationRunResultConvergencePlot
        - `type` string, required
        - `resultId` string, uuid — The result ID
        - `category` string — The result category. For solution fields values include 'SOLUTION', 'AVERAGED_SOLUTION', 'TRANSIENT_SOLUTION', 'STATISTICAL_SURFACE_SOLUTION', etc. For convergence plots values include 'RESIDUALS_PLOT', 'NUMBER_OF_NEWTON_ITERATIONS', etc. For plots values include 'FORCE_PLOT', 'MOMENT_PLOT', 'FORCE_COEFFICIENTS_PLOT', 'PROBE_POINT_PLOT', 'AREA_AVERAGE', 'FACE_CALC', etc.
        - `direction` number — The result direction, only applies to Pedestrian Wind Comfort analysis
        - `modifiedAt` string, date-time — The time when the result was last modified.
        - `workbenchUrl` string, uri — URL for opening the convergence plot in the Workbench.
        - `availableExportFormats` string[] — Supported export format for this result.
      - SimulationRunResultPlot
        - `type` string, required
        - `resultId` string, uuid — The result ID
        - `category` string — The result category. For solution fields values include 'SOLUTION', 'AVERAGED_SOLUTION', 'TRANSIENT_SOLUTION', 'STATISTICAL_SURFACE_SOLUTION', etc. For convergence plots values include 'RESIDUALS_PLOT', 'NUMBER_OF_NEWTON_ITERATIONS', etc. For plots values include 'FORCE_PLOT', 'MOMENT_PLOT', 'FORCE_COEFFICIENTS_PLOT', 'PROBE_POINT_PLOT', 'AREA_AVERAGE', 'FACE_CALC', etc.
        - `direction` number — The result direction, only applies to Pedestrian Wind Comfort analysis
        - `quantity` string — The result quantity, only applies to plot result types. Valid values include 'Ux', 'Uy', 'Uz', 'p', 'k', 'omega', 'T', 'displacement', 'von Mises stress', etc.
        - `name` string — The name that was defined for extra simulation result outputs
        - `modifiedAt` string, date-time — The time when the result was last modified.
        - `workbenchUrl` string, uri — URL for opening the plot in the Workbench.
        - `availableExportFormats` string[] — Supported export format for this result.
      - SimulationRunResultTable
        - `type` string, required
        - `resultId` string, uuid — The result ID
        - `category` string — The result category. For solution fields values include 'SOLUTION', 'AVERAGED_SOLUTION', 'TRANSIENT_SOLUTION', 'STATISTICAL_SURFACE_SOLUTION', etc. For convergence plots values include 'RESIDUALS_PLOT', 'NUMBER_OF_NEWTON_ITERATIONS', etc. For plots values include 'FORCE_PLOT', 'MOMENT_PLOT', 'FORCE_COEFFICIENTS_PLOT', 'PROBE_POINT_PLOT', 'AREA_AVERAGE', 'FACE_CALC', etc.
        - `direction` number — The result direction, only applies to Pedestrian Wind Comfort analysis
        - `name` string — The name that was defined for extra simulation result outputs
        - `modifiedAt` string, date-time — The time when the result was last modified.
        - `workbenchUrl` string, uri — URL for opening the table in the Workbench.
        - `availableExportFormats` string[] — Supported export format for this result.

## Other responses

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