---
title: "GET /v1/ssh-command-audits"
method: GET
path: "/v1/ssh-command-audits"
tags: ["SSHCommand"]
---

# GET /v1/ssh-command-audits

`GET /v1/ssh-command-audits`

## Query parameters

- `page` integer
- `pageSize` integer
- `statusFilter` integer
- `keyword` string
- `kind` integer

## Response `200`

OK

- JadeTreeApiV1ListSSHCommandAuditsReply
  - `items` JadeTreeApiV1SSHCommandAuditItem[]
    - `uid` string
    - `targetCommandUid` string
    - `kind` integer
    - `status` integer
    - `name` string
    - `description` string
    - `content` string
    - `workDir` string
    - `env` object
    - `rejectReason` string
    - `createdAt` string
    - `updatedAt` string
    - `reviewedAt` string
    - `reviewerUid` string
  - `total` string
  - `page` integer
  - `pageSize` integer

---

[API](https://skmtc.net/aide-family/apis/untitled-api-4.md) · [All operations](https://skmtc.net/aide-family/apis/untitled-api-4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aide-family/untitled-api-4/versions/7c1198712e80/schema)
