get-jobs

List jobs for a branch with filters and pagination tokens.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

List jobs for a branch with optional filters and pagination.

Core Features & Use Cases

  • Filterable Job Listing: Retrieve jobs for a specific branch with optional filters such as state, definitionRef, triggerRef, and creator.
  • Pagination: Supports take and continue tokens to paginate results across large job sets.
  • Related Operations: For single-job lookup, use get-job to fetch detail by ID.

Quick Start

List jobs for branch 2100347 with state 2 and take 10 results.

Frequently Asked Questions about get-jobs

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

FAQPage Schema
How do I list jobs for a specific branch with filters?

To list jobs for a specific branch, you can apply optional filters such as state, definitionRef, triggerRef, and creator. This allows you to retrieve a targeted subset of branch jobs for monitoring and auditing activity.

Can I paginate branch job listings when dealing with large datasets?

Yes, you can paginate branch job listings using take and continue tokens. This pagination mechanism allows you to manage and retrieve large sets of job results efficiently across multiple requests.

What is the best way to retrieve details for a single job?

To retrieve details for a single job, you should use the related get-job endpoint. This endpoint fetches specific job details by ID, complementing the broader branch job listing functionality.

Does NovaDB support filtering jobs by state and trigger reference?

Yes, NovaDB supports filtering branch jobs by state and triggerRef. You can also filter by definitionRef and creator, enabling precise monitoring and auditing of job activity through the CMS APIs.

Why does my branch job list return incomplete results?

Branch job lists may return incomplete results if pagination is not fully utilized. You need to use the continue token from the previous response along with the take parameter to fetch the remaining job records.