Groundfloor Docs

Process Log API

Tail workspace process logs for apps, runners, builds, and executions.

GET /v1/workspaces/{workspace_id}/logs

Backed by Loki when available in the cell. Empty results are normal if logging is not configured.

See also: Customer Portal — Process Log

Query parameters

ParamDefaultPurpose
app_idFilter by app
runner_idFilter by runner / deployment
build_numberFilter by build
execution_idFilter by execution
searchFree-text search
since_seconds900Lookback window
limit200Max entries

Permission: read

curl -s -H "Authorization: Bearer $TOKEN" \
  "$CP_URL/v1/workspaces/$WORKSPACE_ID/logs?since_seconds=3600&limit=100" | jq .
  • Coderunners API — job logs via …/coderunners/{id}/logs/{job_id}
  • Audit API — control-plane activity, not runtime stdout