Skip to main content
POST
Add log names to a run

Authorizations

Authorization
string
header
required

API key obtained from the mlop dashboard

Body

application/json
runId
number
required

Numeric ID of the run

logName
string[]
required

Log names to add

Example:
logType
enum<string>
required

Type of log

Available options:
METRIC,
IMAGE,
VIDEO,
AUDIO,
FILE,
TEXT,
ARTIFACT,
HISTOGRAM,
TABLE,
DATA
Example:

"METRIC"

Response

Log names added successfully

success
boolean
required