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

## Changes

- **2026-04-07** `53ed6d997b35` — 3 info
  - added the new optional `query` request parameter `keyword`
  - added the new optional `query` request parameter `status`
  - added the new optional `query` request parameter `type`
- **2026-04-01** `831adf6dc894` — 1 warning, 1 info
  - removed the optional property `items/items/enabled` from the response with the `200` status
  - added the optional property `items/items/status` to the response with the `200` status
- **2026-04-01** `c3464d41fb3e` — 1 info
  - endpoint added
- **2026-03-31** `78c6a8306f65` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/aide-family/apis/untitled-api-4/changes/v1/probe-tasks/get.md)

---

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