Skip to main content
Get Parameterized Model Parameter Values
curl --request GET \
  --url https://api.ionworks.com/parameterized_models/{parameterized_model_id}/parameter-values
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.ionworks.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

parameterized_model_id
string
required

Response

Successful Response