---
title: "Get SLX detail"
method: GET
path: "/api/v3/workspaces/{workspace}/slxs/{slxName}/"
---

# Get SLX detail

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

Retrieve detailed information about a specific SLX.

## Path parameters

- `workspace` string, required
- `slxName` string, required

## Response `200`

SLX details

- 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)
