---
title: "Get Mod IDs"
method: GET
path: "/mods/mapping/"
tags: ["WorldBuilder", "public"]
---

# Get Mod IDs

`GET /mods/mapping/`

Retrieves a list of mod IDs that the user has access to within an organization and project.

## Headers

- `x-m2-organization-id` string, required
- `x-m2-project-id` string, required

## Response `200`

The relevant mods associated with the project.

- GetProjectModsResponseSchema — The relevant mods associated with the project.
  - `mods` object, required

## Other responses

- `4XX` — The error object returned by the API when an error occurs

---

[API](https://skmtc.net/otherside/apis/world-builder.md) · [All operations](https://skmtc.net/otherside/apis/world-builder/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/otherside/world-builder/revisions/5b916374c3f8/schema)
