Model Management APIs
Get Logs - API
This endpoint gets the logs of a model.
POST
/
rest
/
model
/
logs
/
get
/
Authorizations
Authorization
string
requiredYour workspace API token.
Body
model_id
string
requiredThe ID of the model whose settings you want to update.
time_from
string
requiredThe start time of the logs you want to retrieve.
time_to
string
requiredThe end time of the logs you want to retrieve.
is_less_logs
boolean
Whether to retrieve less logs or more.
next_token
string
The token to retrieve the next set of logs.