openoperator / jules /deployment /functionality_endpoints_logs
Leon4gr45's picture
Deploy to clean space
75fefa7 verified
raw
history blame contribute delete
300 Bytes
# Get build logs (SSE)
curl -N \
-H "Authorization: Bearer $HF_TOKEN" \
"https://huggingface.co/api/spaces/harvesthealth/xxg/logs/build"
# Get container logs (SSE)
curl -N \
-H "Authorization: Bearer $HF_TOKEN" \
"https://huggingface.co/api/spaces/harvesthealth/xxg/logs/run"