Get model version content

get/models/{modelId}/history/{versionId}/contents/{contentId}/content

Returns the model version content from the model history that is associated with the specified model ID, version ID, and content ID.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
contentId
string
true

The unique identifier for the model version content.

modelId
string
true

The unique identifier for the model.

versionId
string
true

The unique identifier for the model version.

Responses

StatusMeaningDescription
200OK

The request succeeded. The model version content from the model history was returned.

404Not Found

No model version content exists at the requested path.

Schema