---
title: "Get Application Platform Modules Endpoint"
method: GET
path: "/api/platform/applications/{application_id}/platform-modules"
tags: ["platform"]
---

# Get Application Platform Modules Endpoint

`GET /api/platform/applications/{application_id}/platform-modules`

Modules materialized at ``platform:crisp`` for one catalog application.

Backs the Global instance tab so platform-published semantic models
(which never appear on any account) remain visible and manageable at the
platform scope even when the catalog row records only all-account fan-out.

## Path parameters

- `application_id` string, required

## Response `200`

Successful Response

- ApplicationPlatformModulesResponse — Modules an application has materialized at the ``platform:crisp`` scope. Sourced from OpenFGA (``module_instance:platform/crisp/<app>/<module>``) rather than the catalog ``attachments`` policy: a platform-published semantic model can be materialized at platform scope while the catalog row records only an all-account fan-out (a companion re-registration overwrites its attachment policy). Surfacing these lets the operator manage platform- scoped models from the application's Global instance tab.
  - `platformId` string
  - `modules` string[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/gocrisp/apis/crisp-app-dock.md) · [All operations](https://skmtc.dev/gocrisp/apis/crisp-app-dock/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gocrisp/crisp-app-dock/revisions/e56bd3c1a9db/schema)
