Skip to main content
Uploads and Garden runs create hosted jobs. A job has a stable ID, status, event history, human summary, and outcome.

Wait for completion

Immediately after an interactive upload:
almanac jobs wait last
job_123  ingest  succeeded  completed  wrote 6 pages
last resolves to the newest job in the selected wiki. SDK and API writes return a nullable job record whose ID can be retained for exact waiting. CLI uploads do not currently expose that ID, so serialize CLI writes and wait immediately.

Choose the view you need

GoalCommand
List recent jobsalmanac jobs
Read final statealmanac jobs show job_123
Read recorded eventsalmanac jobs events job_123
Stream new eventsalmanac jobs tail job_123
Block until terminal statealmanac jobs wait job_123

Investigate a failure

almanac jobs show job_123
almanac jobs events job_123
Start with the final error and the last recorded event. If a job remains queued or running unexpectedly, include its ID when asking for help. See Troubleshooting for common auth, scope, upload, and job symptoms.

Next: search the updated wiki

Find the pages written by the successful job.