---
title: "Gets linking objects associated to the preservation event"
method: GET
path: "/api/v2/preservation/events/{id}/objects"
tags: ["v2 preservation events"]
---

# Gets linking objects associated to the preservation event

`GET /api/v2/preservation/events/{id}/objects`

Gets linking objects associated to the preservation event

## Path parameters

- `id` string, required

## Response `200`

Preservation events linking objects

- PreservationEventsLinkingObjects
  - `aips` object
  - `representations` object
  - `files` object
  - `transferredResources` object
  - `sourceObjectIds` LinkingIdentifier[]
    - `type` string
    - `value` string
    - `roles` string[]
  - `outcomeObjectIds` LinkingIdentifier[]
    - `type` string
    - `value` string
    - `roles` string[]
  - `uris` string[]

## Other responses

- `404` — Preservation event not found

---

[API](https://skmtc.net/keeps/apis/roda-rest-api.md) · [All operations](https://skmtc.net/keeps/apis/roda-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keeps/roda-rest-api/revisions/afc3c5bcc0d9/schema)
