---
title: "查询插件运行状态，主要为了获取入口信息。"
method: POST
path: "/cgi-bin/luci/admin/store/entrysh"
tags: ["entrysh"]
---

# 查询插件运行状态，主要为了获取入口信息。

`POST /cgi-bin/luci/admin/store/entrysh`

调用前应该检查meta数据中flags数组包含entrysh，注意如果是安装插件则检查服务器端的flags，如果是调用已安装插件则检查路由器端的flags。

## Query parameters

- `token` string, required
- `package` string
- `hostname` string, required
- `update` integer

## Response `200`

OK

## Other responses

- `400` — Bad Request。hostname不合法

## Changes

- **2024-07-04** `5cd6634ca6c9` — 3 info
  - added the new optional `query` request parameter `update`
  - the `query` request parameter `package` became optional
  - added the non-success response with the status `400`
- **2024-07-02** `3140a766b86d` — 1 info
  - endpoint added
- **2024-06-20** `986ffa18dc8b` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/linkease/apis/store-api-v1/changes/cgi-bin/luci/admin/store/entrysh/post.md)

---

[API](https://skmtc.dev/linkease/apis/store-api-v1.md) · [All operations](https://skmtc.dev/linkease/apis/store-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linkease/store-api-v1/revisions/4ee24b67964f/schema)
