---
title: "Get object subscriptions"
method: GET
path: "/api/interests/{interest}/objects/{object}/subscription"
---

# Get object subscriptions

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

Retrieves object subscriptions differentiated between properties and events

## Response `200`

Subscriptions retrieved successfully

- ObjectSubscription
  - `properties` string[], required — Property subscriptions
  - `events` string[], required — Event subscriptions

## Other responses

- `400` — Bad request
- `401` — Unauthorized, missing or invalid JWT token
- `404` — Resource not found

## Changes

- **2026-06-02** `1a190887ef8d` — 1 info
  - endpoint added
- **2026-02-26** `a817fe1f1538` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/airbus/apis/openapi-document-for-rest-component/changes/api/interests/:interest/objects/:object/subscription/get.md)

---

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