Get a published model log

get/models/{publishId}/log
Internal-Use Only

Returns a published model log.

Request Samples

1

Response Samples

1{
2 "id": "string",
3 "modelId": "string",
4 "modelName": "string",
5 "publishName": "string",
6 "note": "string",
7 "destinationName": "string",
8 "log": "string",
9 "version": 1
10}

Path Parameters

NameTypeRequiredDescription
publishId
string
true

The identifier of the published model log.

Responses

StatusMeaningDescription
200OKThe request succeeded.Schema