---
title: "Retrieve a workflow"
method: GET
path: "/processes/{id}"
tags: ["Taskflow"]
---

# Retrieve a workflow

`GET /processes/{id}`

Retrieve details of a specific workflow by its ID.

## Path parameters

- `id` string, required

## Headers

- `X-Company-ID` string, required

## Response `200`

- Process
  - `id` integer, required
  - `name` string, required
  - `description` string
  - `status` 'NOT_STARTED' | 'IN_PROGRESS' | 'COMPLETED' — * `NOT_STARTED` - Not Started * `IN_PROGRESS` - In Progress * `COMPLETED` - Completed
  - `completed_at` string, date-time, nullable, required
  - `completed_by` integer, nullable, required
  - `created_by` integer, required
  - `modified_by` integer, nullable, required
  - `owner` integer

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - User does not have permission to view this process.
- `404` — Process not found

---

[API](https://skmtc.net/cubesoftware/apis/cube-api.md) · [All operations](https://skmtc.net/cubesoftware/apis/cube-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cubesoftware/cube-api/revisions/67d9f45bb99b/schema)
