---
title: "Get a list of noticelists"
method: GET
path: "/noticelists"
tags: ["Noticelists"]
---

# Get a list of noticelists

`GET /noticelists`

## Response `200`

Get noticelists response

- object[]
  - `Noticelist` Noticelist
    - `id` string
    - `name` string
    - `type` 'cidr' | 'hostname' | 'substring' | 'string' | 'regex'
    - `description` string
    - `version` string
    - `enabled` boolean
    - `warninglist_entry_count` string
    - `valid_attributes` string — List of comma separated warninglist types.
    - `NoticelistEntry` NoticelistEntry[]
      - `id` string
      - `noticelist_id` string
      - `data` object
        - `scope` string[]
        - `field` string[]
        - `value` string[]
        - `tags` TagName[]
        - `message` object
          - `en` string

## Other responses

- `403` — Authentication failed. Please make sure you pass the API key of an API enabled user along in the Authorization header.
- `404` — The specified resource was not found
- `default` — Unexpected API error

---

[API](https://skmtc.net/misp/apis/misp-automation-api.md) · [All operations](https://skmtc.net/misp/apis/misp-automation-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/misp/misp-automation-api/revisions/88b34ff032a1/schema)
