---
title: "Get a parameterized model by id"
method: GET
path: "/parameterized_models/{parameterized_model_id}"
tags: ["parameterized_models"]
---

# Get a parameterized model by id

`GET /parameterized_models/{parameterized_model_id}`

Get a single parameterized model (with its model info) by id.

Lets clients fetch one model directly instead of listing every model
in a project. Access is scoped by row-level security via the
requesting user's client.

## Path parameters

- `parameterized_model_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ionworks/apis/fastapi.md) · [All operations](https://skmtc.dev/ionworks/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ionworks/fastapi/revisions/7337a3cbdaf2/schema)
