---
title: "Get objects from the IoC Stream"
method: GET
path: "/ioc_stream"
tags: ["IoC Stream"]
---

# Get objects from the IoC Stream

`GET /ioc_stream`

## Query parameters

- `limit` integer
- `descriptors_only` boolean
- `filter` string
- `cursor` string
- `order` string

## Headers

- `x-apikey` string, required

## Response `200`

200

- object
  - `data` object[]
    - `context_attributes` object
      - `hunting_info` object
        - `rule_name` string
      - `notification_date` integer
      - `notification_id` string
      - `origin` string
      - `sources` object[]
        - `id` string
        - `label` string
        - `type` string
      - `tags` string[]
    - `id` string
    - `type` string
  - `links` object
    - `next` string
    - `self` string
  - `meta` object
    - `cursor` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/virustotal/apis/threat-landscape.md) · [All operations](https://skmtc.net/virustotal/apis/threat-landscape/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/virustotal/threat-landscape/versions/d61b85e6a6b3/schema)
