---
title: "GET /sighting/{sighting_uuid}"
method: GET
path: "/sighting/{sighting_uuid}"
tags: ["sighting"]
---

# GET /sighting/{sighting_uuid}

`GET /sighting/{sighting_uuid}`

Get a sighting with its UUID.

## Headers

- `X-Fields` string, mask

## Response `200`

Success.

- Sighting
  - `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.

## Other responses

- `404` — Sighting not found.

---

[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)
