---
title: "Get all workspace report settings"
method: GET
path: "/report/settings"
tags: ["Report"]
---

# Get all workspace report settings

`GET /report/settings`

Gets all of the ReportSetting objects for a given workspace

## Query parameters

- `workspace_id` string, required
- `cursor` string

## Response `200`

The ReportSettingQueryResult

- ReportSettingQueryResult — Multiple report settings that match a query
  - `settings` ReportSetting[]
    - `id` string — the ID of the setting
    - `workspace_id` string — the ID of the workspace corresponding to this setting
    - `created_by_id` string — the ID of the user that most recently updated this setting
    - `created_time` integer — the time this setting was most recently updated
    - `last_updated_by_id` string — the ID of the user that most recently updated this setting
    - `last_updated_time` integer — the time this setting was most recently updated
    - `type` 'release_coverage_tests_run' | 'accessibility_rule_violations' — the type of report setting
    - `threshold` number, double — setting threshold value if relevant
  - `cursor` string — Cursor used for pagination

## Other responses

- `400` — Invalid or missing parameter
- `401` — User not authenticated
- `403` — User not authorized
- `default` — Unexpected error

---

[API](https://skmtc.net/mabl/apis/mabl-api.md) · [All operations](https://skmtc.net/mabl/apis/mabl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mabl/mabl-api/revisions/d0fc0114da66/schema)
