---
title: "Get modules"
method: GET
path: "/rest/atlassian-connect/1/app/module/dynamic"
tags: ["Dynamic modules"]
---

# Get modules

`GET /rest/atlassian-connect/1/app/module/dynamic`

Returns all modules registered dynamically by the calling app.

**[Permissions](#permissions) required:** Only Connect apps can make this request.

## Response `200`

Returned if the request is successful.

- ConnectModules
  - `modules` ConnectModule[], required — A list of app modules in the same format as the `modules` property in the [app descriptor](https://developer.atlassian.com/cloud/jira/platform/app-descriptor/).

## Other responses

- `401` — Returned if the call is not from a Connect app.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-3.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-3/versions/5a51740d7ab3/schema)
