---
title: "List count of restore scan jobs"
method: GET
path: "/rwcscanmaster/v1/jobs/count"
tags: ["Restore scans"]
---

# List count of restore scan jobs

`GET /rwcscanmaster/v1/jobs/count`

Returns the count of restore scan jobs.

## Query parameters

- `createdIn` 'Last 24 Hours' | 'Last 7 Days' | 'Last 1 Month' | 'Last 2 Months' | 'Last 3 Months'

## Response `200`

OK

- GetJobCount
  - `totalJobs` integer — The total count of restore scan jobs. Example - 50
  - `countByResourceType` object
    - `Endpoint` integer — The total count of restore scan jobs for Endpoints. Example - 20
    - `File Server` integer — The total count of restore scan jobs for File Servers. Example - 20
    - `NAS` integer — The total count of restore scan jobs for NAS. Example - 30
    - `VMware` integer — The total count of restore scan jobs for VMware. Example - 25

## Other responses

- `400` — Bad Request
- `401` — The request either did not include an authentication token, or you have provided an expired authentication token.
- `500` — Internal Service Error

---

[API](https://skmtc.net/druva/apis/authentication.md) · [All operations](https://skmtc.net/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/druva/authentication/revisions/2af2bf148b25/schema)
