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

# GET /api/sighting/{sighting_uuid}

`GET /api/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.

## Changes

- **2024-10-17** `29faa7dde784` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/vulnerability-lookup/apis/vulnerability-lookup-api/changes/api/sighting/:sighting_uuid/get.md)

---

[API](https://skmtc.dev/vulnerability-lookup/apis/vulnerability-lookup-api.md) · [All operations](https://skmtc.dev/vulnerability-lookup/apis/vulnerability-lookup-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vulnerability-lookup/vulnerability-lookup-api/revisions/1441221dfa02/schema)
