---
title: "GET /v1/workflows/owner-counts"
method: GET
path: "/v1/workflows/owner-counts"
---

# GET /v1/workflows/owner-counts

`GET /v1/workflows/owner-counts`

Get workflow counts grouped by owner scope (yours/org/public).

## Response `200`

OK

- WorkflowOwnerCountsResponse
  - `code` integer
  - `data` WorkflowOwnerCounts
    - `all` integer — All is every non-archived workflow the caller may see. A superset of the other three, not their sum — they overlap and, critically, they miss third-party-owned private workflows (visible to org owners only).
    - `org` integer
    - `public` integer
    - `yours` integer
  - `message` string
  - `requestId` string

---

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