---
title: "List objects in interest"
method: GET
path: "/api/interests/{interest}/objects"
---

# List objects in interest

`GET /api/interests/{interest}/objects`

Returns a list of all objects matching the interest query

## Response `200`

A list of object summaries

- ObjectSummary[]
  - `objectId` integer, required — Sen Object Identifier
  - `name` string, required — Object name
  - `className` string, required — Object class name
  - `localName` string, required — Object local name
  - `link` Link, required
    - `rel` 'method' | 'setter' | 'getter' | 'def' | 'property' | 'propertySubscribe' | 'propertyUnsubscribe' | 'evt', required — Relationship type
    - `href` string, required — URL path to the resource
    - `method` 'get' | 'post', required — HTTP method to use

## Other responses

- `400` — Bad request
- `401` — Unauthorized, missing or invalid JWT token

---

[API](https://skmtc.net/airbus/apis/openapi-document-for-rest-component.md) · [All operations](https://skmtc.net/airbus/apis/openapi-document-for-rest-component/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/airbus/openapi-document-for-rest-component/versions/c9a79ab26d8c/schema)
