---
title: "Get sightings by event ID"
method: GET
path: "/sightings/index/{eventId}"
tags: ["Sightings"]
---

# Get sightings by event ID

`GET /sightings/index/{eventId}`

## Path parameters

- `eventId` union, required
  - string
  - string, uuid

## Response `200`

Get sightings response

- Sighting[]
  - `id` string
  - `attribute_id` string
  - `event_id` string
  - `org_id` string
  - `date_sighting` string
  - `uuid` string, uuid
  - `source` string
  - `type` string
  - `attribute_uuid` string, uuid
  - `Organisation` object
    - `id` string
    - `uuid` string, uuid
    - `name` 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)
