Get Model Logs
Observability
Get Model Logs
Retrieves logs for a specific model deployment.
GET
Get Model Logs
Authorizations
Bearer authentication using an access token. Format: Bearer <access_token>
Path Parameters
Deployment ID to retrieve logs for. Must be provided.
Query Parameters
User ID for authorization. Must be a valid UUID.
Optional start time for the logs query.
Optional end time for the logs query.
Optional limit for the logs query.
Optional direction for the logs query.
- LOG_DIRECTION_UNSPECIFIED: Unspecified direction.
- LOG_DIRECTION_FORWARD: Forward direction.
- LOG_DIRECTION_BACKWARD: Backward direction.
Available options:
LOG_DIRECTION_UNSPECIFIED, LOG_DIRECTION_FORWARD, LOG_DIRECTION_BACKWARD Response
A successful response.
GetModelLogsResponse contains the deployment logs.
Logs data.

