# Data Job Status

Track and monitor the status of data ingestion and processing jobs across your cloud cost data pipeline.

## Get all job statuses

 - [GET /ccm/api/data-job-status/job-statuses](https://apidocs.harness.io/data-job-status/getalljobstatuses.md): Retrieve all available job status values from the JobStatus enum.

## Get distinct billing periods for a connector

 - [GET /ccm/api/data-job-status/history/billing-periods](https://apidocs.harness.io/data-job-status/getdistinctbillingperiods.md): Retrieve distinct billing periods for a connector and job kind in YYYY-MM format, sorted in descending order.

## Get distinct execution months for a connector

 - [GET /ccm/api/data-job-status/history/execution-months](https://apidocs.harness.io/data-job-status/getdistinctexecutionmonths.md): Retrieve distinct execution months for a connector and job kind in YYYY-MM format, sorted in descending order.

## Get distinct job kinds

 - [GET /ccm/api/data-job-status/job-kinds](https://apidocs.harness.io/data-job-status/getdistinctjobkinds.md): Retrieve distinct job kind values available for the account.

## Fetch data job history details

 - [GET /ccm/api/data-job-status/history](https://apidocs.harness.io/data-job-status/getdatajobhistorydetails.md): Retrieve the execution history details filtered by connector, job kind, billing period, and execution month. Returns all history records sorted by execution date in descending order.

## Fetch details of a data job with latest billing period

 - [GET /ccm/api/data-job-status/details/{jobId}](https://apidocs.harness.io/data-job-status/getdatajobdetails.md): Retrieve the details for a specific data job with the latest billing period. Returns the most recent execution attempt with detailed state transitions, timestamps, and execution metadata. Useful for debugging, auditing, and analyzing job performance.

## Fetch dashboard statistics for data jobs

 - [GET /ccm/api/data-job-status/overview](https://apidocs.harness.io/data-job-status/getdatajobsdashboard.md): Retrieve dashboard statistics for data jobs including active jobs count, jobs requiring attention, and completed jobs today with average duration. Provides a high-level overview of the data pipeline health and performance.

## List data jobs with filters

 - [POST /ccm/api/data-job-status/list](https://apidocs.harness.io/data-job-status/listdatajobs.md): Retrieve a paginated list of data jobs with optional filters including connector, job kind, status, and date range.

