---
title: "api/fetchSuspectSampleData"
method: POST
path: "/api/fetchSuspectSampleData"
---

# api/fetchSuspectSampleData

`POST /api/fetchSuspectSampleData`

## Headers

- `x-api-key` string, required

## Request body

- object
  - `urls` string[], required
  - `types` string[], required
  - `limit` integer, required
  - `skip` integer, required
  - `sort` object, required
    - `detectedAt` integer, required
  - `endTimestamp` integer, required
  - `startTimestamp` integer, required

## Response `200`

description

- object
  - `severity` string
  - `total` integer
  - `urls` string[]
  - `subCategory` string
  - `types` string[]
  - `sampleData` string
  - `maliciousEvents` object[]
    - `country` string
    - `metadata` string
    - `subCategory` string
    - `method` string
    - `ip` string
    - `eventType` string
    - `apiCollectionId` integer
    - `type` string
    - `url` string
    - `actor` string
    - `filterId` string
    - `payload` string
    - `id` string
    - `refId` string
    - `category` string
    - `timestamp` integer
  - `limit` integer
  - `skip` integer
  - `sort` object
    - `detectedAt` integer
  - `endTimestamp` integer
  - `startTimestamp` integer

---

[API](https://skmtc.net/akto/apis/aktoswagger.md) · [All operations](https://skmtc.net/akto/apis/aktoswagger/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akto/aktoswagger/versions/37b897810993/schema)
