Logs
Get logs
Get logs.
POST
/
tune.Studio
/
GetLog
Authorizations
Tune API Keys are the preferred way to authenticate with the API. You can create an API Key from your Tune Studio Profile → 'Access Keys' (in sidebar)
Body
application/json
The resource ID for which you need the logs (model_id, job_id).
- LOG_TYPE_MODEL: The log type for model.
- LOG_TYPE_JOB: The log type for job.
Available options:
LOG_TYPE_UNSPECIFIED
, LOG_TYPE_MODEL
, LOG_TYPE_JOB
The start time for the logs to be fetched.
The end time for the logs to be fetched.
The log level (info, error, debug, warn, etc.).
Was this page helpful?