---
title: "Get workflow rules"
method: GET
path: "/workflow-rule/{projectId}"
tags: ["Workflow Rules"]
---

# Get workflow rules

`GET /workflow-rule/{projectId}`

Get every workflow rule for a project. A rule moves a task to a column when an integration event fires.

## Path parameters

- `projectId` string, required

## Response `200`

List of workflow rules

- WorkflowRule[]
  - `id` string, required
  - `projectId` string, required
  - `integrationType` string, required — The integration that emits the event, e.g. `github`.
  - `eventType` string, required — The provider event that triggers the move, e.g. `pull_request.opened`.
  - `columnId` string, required — The column tasks are moved to when the event fires.
  - `columnName` string, nullable, required
  - `columnSlug` string, nullable, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Other responses

- `400` — Unknown project, or its workspace could not be determined
- `401` — Missing or invalid credentials
- `403` — No access to the project's workspace

## Changes

- **2026-08-24** `08bbb5bedb5d` — 1 breaking, 3 info
  - the response's body type/format changed from `object`/`` to `array`/`` for status `200`
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
- **2026-07-11** `32cece1ebe43` — 1 breaking
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
- **2026-02-21** `3a866dc99326` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/workflow-rule/:projectId/get.md)

---

[API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.dev/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/revisions/9d1da42c10ce/schema)
