get-job

Fetch a NovaDB job by ID and return its full details.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/novadb/claude-plugins --skill get-job
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-job
Source: https://github.com/novadb/claude-plugins/tree/main/consulting/skills/get-job
Command: npx skills add https://github.com/novadb/claude-plugins --skill get-job

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly obtaining the authoritative, complete record for a single NovaDB job by ID eliminates guesswork when diagnosing job failures, checking progress, or confirming completion details.

Core Features & Use Cases

  • Single-job retrieval: Fetch the full job object including id, state, definition, branch, progress, parameters, and timestamps.
  • Operational diagnostics: Use to check job status for troubleshooting, monitoring, or audit purposes.
  • Integration-ready: Designed to be invoked by agents or tools that need deterministic access to a job's metadata.

Quick Start

Retrieve the job with ID abc-123 to return the full job object including state, definition, progress, and timestamps.

Frequently Asked Questions about get-job

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch NovaDB job details by ID for troubleshooting?

To fetch NovaDB job details by ID, provide a valid jobId parameter to retrieve the complete job object, including its state, definition, progress, and timestamps for troubleshooting and diagnostics.

What job information is returned when monitoring a NovaDB pipeline?

Monitoring a NovaDB pipeline returns the complete job object containing the job's id, state, definition, branch, progress, parameters, and timestamps directly from the NovaDB MCP service.

Do I need the novadb_cms_get_job tool available to retrieve job state and progress?

Yes, retrieving job state and progress requires the novadb_cms_get_job tool to be available in your environment, along with a valid jobId parameter to execute the fetch successfully.

Can I use this approach to verify job completion results in NovaDB?

Yes, you can verify job completion results by fetching the authoritative job record, which returns the full job state and progress details needed for result verification and auditing.

What is the best way to inspect a single NovaDB job definition and parameters?

The best way to inspect a single NovaDB job definition and parameters is to retrieve the full job object by its ID, which deterministically provides all metadata directly from the NovaDB MCP service.