---
title: "GET /remotes"
method: GET
path: "/remotes"
---

# GET /remotes

`GET /remotes`

Get the Module Federation remote definitions.

## Response `200`

List of Module Federation Remotes exposed by the backend

- Remote[]
  - `packageName` string, required — Name of the package exposed through this Module Federation remote
  - `remoteInfo` RemoteInfo, required — Definition of a frontend plugin Module Federation remote served by the backend
    - `name` string, required — Name of the module federation remote
    - `entry` string, required — Remote entry, either the remote manifest file, or the remote entry Javascript file.
    - `entryGlobalName` string
    - `shareScope` string
    - `type` 'var' | 'module' | 'assign' | 'assign-properties' | 'this' | 'window' | 'self' | 'global' | 'commonjs' | 'commonjs2' | 'commonjs-module' | 'commonjs-static' | 'amd' | 'amd-require' | 'umd' | 'umd2' | 'jsonp' | 'system'
  - `exposedModules` string[], required — Names of modules exposed by this module federation remote

## Other responses

- `400` — An error response from the backend.
- `default` — An error response from the backend.

## Changes

- **2025-04-08** `19e913dfe949` — 1 info
  - endpoint added
- **2024-12-05** `457c78108652` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/backstage/apis/backstage-dynamic-features/changes/remotes/get.md)

---

[API](https://skmtc.dev/backstage/apis/backstage-dynamic-features.md) · [All operations](https://skmtc.dev/backstage/apis/backstage-dynamic-features/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/backstage/backstage-dynamic-features/revisions/962ead0268ed/schema)
