Announcing our Series F. Learn more
changelog / post

Observability APIs updates

Go back

Pull logs, metrics, and audit logs programmatically through the Management API. Endpoints return logs and metrics for any deployment or environment across your workspace, models, or chains.

curl --request GET \
  --url https://api.baseten.co/v1/models/{model_id}/audit_logs \
  --header "Authorization: Bearer $BASETEN_API_KEY"

For more information, see our docs.