---
title: "List SLXs"
method: GET
path: "/api/v3/workspaces/{workspace}/slxs/"
---

# List SLXs

`GET /api/v3/workspaces/{workspace}/slxs/`

List all SLXs (Service Level Expectations) in a workspace.

## Path parameters

- `workspace` string, required

## Response `200`

List of SLXs

- SLXList
  - `slxs` SLX[]
    - `name` string — SLX short name (kebab-case)
    - `alias` string — Human-readable display name
    - `statement` string — SLX statement describing expected state
    - `intervalSeconds` integer — How often the SLI runs

---

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