---
title: "List workflow executions."
method: GET
path: "/company/workflow-executions"
tags: ["Workflow"]
---

# List workflow executions.

`GET /company/workflow-executions`

Paginated registered executions with optional `metadata.counts` (when `count_by` is set) and `metadata.pagination`; omits unregistered workflow paths.

## Query parameters

- `count_by` string
- `exclude_cleared` string
- `limit` integer
- `page` integer
- `since` integer
- `status` string
- `type_id` string

## Headers

- `HTTP_ACCEPT` string, required
- `X-Company-ID` string, required

## Response `200`

- WorkflowExecutionV2[]
  - `id` integer, required
  - `status` string, required
  - `name` string, required
  - `type` string, required
  - `metadata` object, required
  - `started_at` string, nullable, required
  - `can_retry` boolean, required
  - `can_cancel` boolean, required
  - `canceled_at` string, date-time, required
  - `completed_at` string, date-time, nullable, required
  - `last_status_change_at` string, date-time, required
  - `tasks` unknown[], required
    - unknown
  - `type_id` string, nullable, required
  - `catalog_version` integer, nullable, required
  - `created_at` string, date-time, required
  - `retried_by` string, required
  - `canceled_by` string, required
  - `current_stage_id` string, nullable, required
  - `created_by` string, required
  - `triggered_by` string, required

---

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