Get training job logs
Get the logs for a training job with the provided filters.
Authorizations
Pass your Baseten API key. Clients automatically send Authorization: Bearer <key>. Direct callers can also use Authorization: Api-Key <key>; both schemes are accepted.
Query Parameters
Epoch millis timestamp to start fetching logs
Epoch millis timestamp to end fetching logs
Sort order for logs
asc, desc Limit of logs to fetch in a single request
1 <= x <= 1000Minimum log severity to include. Omit to return all log lines, including lines that have no level. Any explicit value returns lines at or above that severity and drops lines without a level. A log severity level.
DEBUG, INFO, WARNING, ERROR Response
A response to querying logs.
Logs for a specific entity.