---
title: "Listing of ioc sets"
method: GET
path: "/threatintel/v1/ioc-sets"
tags: ["Threat Intel"]
---

# Listing of ioc sets

`GET /threatintel/v1/ioc-sets`

Provides a list of all the existing IOC Sets created in the IOC library.

## Query parameters

- `IocType` 'hash' | 'ext', required
- `PageToken` string
- `PageSize` integer
- `SortBy` 'name' | 'totalIOCs' | 'lastModifiedOn'
- `SortOrder` 'asc' | 'desc'
- `PublishedBy` string

## Response `200`

Displays the list all IOC Sets.

## Other responses

- `400` — Bad Request
- `401` — The request either did not include an authentication token, or you have provided an expired authentication token.
- `404` — The requested resource was not found.
- `500` — Internal error.

---

[API](https://skmtc.net/druva/apis/authentication.md) · [All operations](https://skmtc.net/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/druva/authentication/versions/2af2bf148b25/schema)
