---
title: "List Smartadvocate Case Status Rules"
method: GET
path: "/smartadvocate/case-status-rules"
tags: ["SmartAdvocate"]
---

# List Smartadvocate Case Status Rules

`GET /smartadvocate/case-status-rules`

List the customer's case status routing rules (primary statuses first).

## Response `200`

Successful Response

- SmartAdvocateCaseStatusRulesResponse — All case status routing rules for the customer
  - `rules` SmartAdvocateCaseStatusRuleResponse[], required
    - `smartadvocate_case_status_rule_id` string, uuid, required
    - `sa_status_id` integer, required
    - `status_name` string, required
    - `status_type_name` string, nullable — None = primary case status rule; otherwise the second-status type this rule matches within
    - `destination_kind` 'destination' | 'case_staff', required
    - `transfer_destination_id` string, uuid, nullable
    - `staff_role` string, nullable
    - `active` boolean, required

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
