---
title: "GET /process"
method: GET
path: "/process"
tags: ["Processes"]
---

# GET /process

`GET /process`

Fetches all the processes in your company

## Response `200`

If the auth token is valid.

- Process — Schema for processes
  - `statusCode` number — Will be 0 in case of success
  - `message` string — Contains the success message or error reason, based on the statusCode
  - `data` object[]
    - `processId` string — Id of the process
    - `name` string — Name of the process

## Other responses

- `403` — UnAuthorized.

---

[API](https://skmtc.dev/runo/apis/api-documentation.md) · [All operations](https://skmtc.dev/runo/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runo/api-documentation/revisions/19460dffac44/schema)
