Skip to main content
GET
/
api
/
ml
/
v1
/
models
/
{id}
Get model
curl --request GET \
  --url https://{controlPlaneURL}/api/ml/v1/models/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "ml_repo_id": "<string>",
    "name": "<string>",
    "fqn": "<string>",
    "created_by_subject": {
      "subjectId": "<string>",
      "subjectType": "user",
      "subjectSlug": "<string>",
      "subjectDisplayName": "<string>"
    },
    "type": "model",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "run_steps": [
      123
    ]
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

The model data

data
Data · object
required

The model data