Inspecting Jobs
Once you've submitted jobs to Bacalhau and identified them through job listing, you'll often need to dig deeper into specific jobs. This guide covers the commands for getting detailed information about your jobs.
What You'll Learn
How to view comprehensive details about a specific job
How to track a job's history and state changes
How to examine individual job executions
Describing a Job
To see complete details about a specific job, use:
Replace <job-id>
with your actual job ID. You can use the full ID or just the first few characters (if they uniquely identify the job).
Sample Output
The output shows you:
Basic job information (ID, name, type, state)
Summary of job completion status
Job history timeline
Execution details on which nodes ran the job
Execution history showing state changes
Standard output from the job execution
Customizing the Output Format
Change the output format for easier parsing or integration with other tools:
Tracking Job History
To see how a job's state has changed over time:
The history shows important events like state transitions and execution updates.
Filtering History Events
Filter history by event type:
Filter by a specific execution:
Viewing Job Executions
For jobs that run on multiple nodes or have multiple attempts, check the executions:
Each execution represents an instance of your job running on a specific node.
Customizing Execution List
Last updated
Was this helpful?