get-job-object-ids

Fetch numeric object IDs processed by a NovaDB job.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a straightforward way to obtain the list of object identifiers processed by a specific NovaDB job, enabling fast auditing, troubleshooting, and correlation of job outputs with source objects.

Core Features & Use Cases

  • Focused ID retrieval: Returns only the numeric object IDs processed by a given job for concise downstream use.
  • Audit and validation: Use the returned IDs to verify processing coverage, locate missing objects, or reconcile results with expectations.
  • Pipeline integration: Integrates with job inspection and artifact retrieval workflows to support data pipelines and operational tasks.

Quick Start

Use the get-job-object-ids skill with the jobId abc-123 to retrieve the array of processed object IDs.

Frequently Asked Questions about get-job-object-ids

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

FAQPage Schema
How do I retrieve object IDs processed by a NovaDB job for auditing?

You can retrieve processed object IDs by passing a jobId string to the get-job-object-ids skill. It queries the NovaDB MCP job API to return a numeric array of identifiers processed by that specific job.

What information do I need to get a list of processed object IDs from a NovaDB data pipeline?

You need the specific jobId string of the completed job. Supplying this jobId to the retrieval workflow queries the NovaDB MCP job API and returns the exact numeric object identifiers processed during that run.

Can I use the processed object ID list to verify processing coverage in a data pipeline?

Yes, the returned object ID list enables audit and validation by letting you verify processing coverage. You can locate missing objects or reconcile the processed numeric identifiers against expected source inputs.

Does getting job object IDs require access to the NovaDB MCP job API?

Yes, retrieving job object IDs requires access to the novadb_cms_get_job_object_ids tool or the NovaDB MCP job API. This access is necessary to query the system and return the processed identifier array.

What is the best way to integrate job inspection workflows with downstream artifact retrieval?

First retrieve the processed object IDs using the jobId, then pass those numeric identifiers to downstream processing tasks. This integrates job inspection with artifact correlation within your data pipeline.

Why does my NovaDB job object ID retrieval return an empty array?

An empty array of object IDs typically indicates the specified jobId has not processed any objects yet or the job ID is invalid. Verify the jobId string is correct and that the job has completed its processing run.