---
title: "Get SLA settings"
method: GET
path: "/workspace/slaSettings"
---

# Get SLA settings

`GET /workspace/slaSettings`

Returns the SLA settings for the workspace

## Response `200`

The SLA settings

- object
  - `critical` object, required
    - `enabled` boolean, required — Whether the critical SLA setting is enabled
    - `duration_in_seconds` integer, required — The duration in seconds for the critical SLA setting
  - `high` object, required
    - `enabled` boolean, required — Whether the high SLA setting is enabled
    - `duration_in_seconds` integer, required — The duration in seconds for the high SLA setting
  - `medium` object, required
    - `enabled` boolean, required — Whether the medium SLA setting is enabled
    - `duration_in_seconds` integer, required — The duration in seconds for the medium SLA setting
  - `low` object, required
    - `enabled` boolean, required — Whether the low SLA setting is enabled
    - `duration_in_seconds` integer, required — The duration in seconds for the low SLA setting

---

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