---
title: "GET /api/companies/{id}/workflows"
method: GET
path: "/api/companies/{id}/workflows"
tags: ["api"]
---

# GET /api/companies/{id}/workflows

`GET /api/companies/{id}/workflows`

## Query parameters

- `page` integer

## Response `200`

OK

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` WorkflowList[], required
    - `id` string, uuid
    - `company_id` string
    - `event_source` string
    - `event_destination` string
    - `action` string
    - `event` string, required
    - `can_be_supressed` boolean, required
    - `auto_enroll` boolean
    - `channels` string[]

---

[API](https://skmtc.net/haekka/apis/snippets-api.md) · [All operations](https://skmtc.net/haekka/apis/snippets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haekka/snippets-api/versions/2a72ba99e389/schema)
