---
title: "爬虫数据列表"
method: GET
path: "/v1/attack/crawler"
tags: ["暴露面/爬虫数据"]
---

# 爬虫数据列表

`GET /v1/attack/crawler`

## Query parameters

- `space` string, required
- `status` 'valid' | 'invalid' | 'ignored'
- `sort` string
- `page` integer
- `size` integer
- `netloc` string
- `method` string
- `path` string
- `created_at_after` string
- `created_at_before` string
- `lastseen_at_after` string
- `lastseen_at_before` string

## Response `200`

- object
  - `code` integer, required
  - `data` object, required
    - `current` integer, required
    - `items` object[], required
      - `created_at` string
      - `data` string
      - `headers` string
      - `hostname` string
      - `id` integer
      - `lastseen_at` string
      - `method` string
      - `path` string
      - `request_type` string
      - `source` string
      - `status` string
      - `target` string
      - `updated_at` string
      - `uri` string
    - `size` integer, required
    - `total` integer, required
  - `message` string, required

---

[API](https://skmtc.net/chaitin/apis/cloud-atlas-openapi.md) · [All operations](https://skmtc.net/chaitin/apis/cloud-atlas-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chaitin/cloud-atlas-openapi/revisions/4bce5d8165f7/schema)
