GET
/
api
/
models
/
{modelId}
/
parts
/
{partId}
curl --request GET \
  --url http://localhost:3000/api/models/{modelId}/parts/{partId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

modelId
string
required

ID of the model

partId
string
required

ID of the part

Response

200
_mintlify/placeholder

part contents