Logs
Get logs
Get logs.
POST
/
tune.Studio
/
GetLog
Authorizations
X-Tune-Key
string
headerrequiredTune 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
auth
object
resourceId
string
The resource ID for which you need the logs (model_id, job_id).
type
enum<string>
default: LOG_TYPE_UNSPECIFIED- 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
startTime
string
The start time for the logs to be fetched.
endTime
string
The end time for the logs to be fetched.
level
string
The log level (info, error, debug, warn, etc.).
page
object
Response
200 - application/json
log
object[]
The list of logs.
page
object
Was this page helpful?