---
title: "List all sightings"
method: GET
path: "/sighting/"
tags: ["sighting"]
---

# List all sightings

`GET /sighting/`

## Query parameters

- `uuid` string
- `type` 'seen' | 'exploited' | 'not-exploited' | 'confirmed' | 'not-confirmed' | 'patched' | 'not-patched'
- `vuln_id` string
- `author` string
- `date_from` string, date
- `date_to` string, date

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- SightingsList[]
  - `metadata` Metadata
    - `count` integer — Total number of the items of the data.
    - `offset` integer — Position of the first element of the data from the total data amount.
    - `limit` integer — Requested limit data.
  - `data` Sighting[] — List of sightings.
    - `uuid` string — Sighting UUID.
    - `creation_timestamp` string, date-time — Creation time of the sighting.
    - `type` string — Type of the sighting.
    - `source` string — The source of the sighting (Fediverse status URI, link, tool, etc.).
    - `vulnerability` string — Vulnerability id.
    - `author` User
      - `login` string — Login of the user.
      - `name` string — Name of the user.
      - `uuid` string — UUID of the user.

---

[API](https://skmtc.net/gcve-eu/apis/vulnerability-lookup-api.md) · [All operations](https://skmtc.net/gcve-eu/apis/vulnerability-lookup-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gcve-eu/vulnerability-lookup-api/revisions/5ff926c52769/schema)
