---
title: "List workflows in a project."
method: GET
path: "/workflow-repository/projects/{projectId}/workflows"
tags: ["Workflow Repository"]
---

# List workflows in a project.

`GET /workflow-repository/projects/{projectId}/workflows`

## Path parameters

- `projectId` string, required

## Query parameters

- `page` integer
- `size` integer
- `sortBy` string

## Response `200`

Ok

- WorkflowRepositoryWorkflowOverview[]
  - `createdBy` integer, nullable
  - `creationTimestamp` string, date-time
  - `description` string, nullable
  - `lastModificationTimestamp` string, date-time
  - `name` string
  - `parentWorkflowVersionId` string, nullable — Workflow version identifier. It is a string composed of the type identifier and a UUID: `workflow.version:[UUID]`.
  - `projectId` string
  - `workflowId` string — Workflow identifier. It is a string composed of the type identifier and a UUID: `workflow:[UUID]`.
  - `workflowTypeReference` string — Reference to a component version. Components are organized into a group hierarchy which serves as a qualification mechanism to avoid collisions and also to group components semantically. Component versions follow the convention of semantic versioning. The fully qualified reference of a component version follows the following syntax: `[component_group]:[component]:[component_version]`.
  - `workflowVersionId` string — Workflow version identifier. It is a string composed of the type identifier and a UUID: `workflow.version:[UUID]`.

---

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