---
title: "GET /v1/probe-tasks"
method: GET
path: "/v1/probe-tasks"
tags: ["ProbeTask"]
---

# GET /v1/probe-tasks

`GET /v1/probe-tasks`

## Query parameters

- `page` integer
- `pageSize` integer
- `type` string
- `keyword` string
- `status` integer

## Response `200`

OK

- JadeTreeApiV1ListProbeTasksReply
  - `items` JadeTreeApiV1ProbeTaskItem[]
    - `uid` string
    - `type` string
    - `host` string
    - `port` string
    - `url` string
    - `name` string
    - `status` integer
    - `timeoutSeconds` integer
    - `createdAt` string
    - `updatedAt` 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/revisions/7c1198712e80/schema)
