---
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.
  - `vulnerability_lookup_origin` string — UUID of the Vulnerability-Lookup origin instance.
  - `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.).
  - `content` string — Optional content of the sighting (e.g. the body of a Telegram message, a Bluesky/Mastodon post, a GitHub Gist or a blog article).
  - `vulnerability` string — Vulnerability id.
  - `author` User
    - `login` string — Login of the user.

## Other responses

- `404` — Sighting not found.

---

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