---
title: "Get Client Workflow Settings"
method: GET
path: "/api/v1/admin/block/clients/{client_id}/workflow-settings"
tags: ["Admin APIs", "block-data-approvals"]
---

# Get Client Workflow Settings

`GET /api/v1/admin/block/clients/{client_id}/workflow-settings`

CAMS-side read of another client's Block workflow settings. Distinct
from ``user_routers/block.py`` which is always scoped to the caller's
own client.

Reports the *effective* mode, matching the customer-facing endpoint and
actual routing. The raw column remains readable via ``GET /clients/{id}``
for anyone who needs to audit a dormant value.

## Path parameters

- `client_id` string, uuid, required

## Response `200`

Successful Response

- BlockWorkflowSettingsRead
  - `block_compliance` 'managed' | 'notified' | 'disabled', required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
