---
title: "获取后台运行器状态"
method: GET
path: "/api/runner/status"
tags: ["运行器管理"]
---

# 获取后台运行器状态

`GET /api/runner/status`

获取WAF后台运行器的运行状态

## Response `200`

获取运行器状态成功

- object — 成功的API响应标准格式
  - `code` integer
  - `data` DtoRunnerStatusResponse
    - `isRunning` boolean — 是否正在运行
    - `state` string — 状态：running, stopped, error
  - `message` string
  - `requestId` string
  - `success` boolean
  - `timestamp` string

## Other responses

- `500` — 服务器内部错误

---

[API](https://skmtc.net/labring/apis/ruiqi-waf-api.md) · [All operations](https://skmtc.net/labring/apis/ruiqi-waf-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/labring/ruiqi-waf-api/versions/aaacd7e06a88/schema)
